This method returns a reference to the HL7 keyword match based on the index value passed to the method.
set objHL7KeywordMatch = objHL7ScriptContext.GetKeywordMatch(0)|
Parameter |
Type |
Description |
|---|---|---|
|
Index |
Integer |
0 to (max-1), where max is from GetNumKeywordMatches. |
|
Return Value |
Description |
|---|---|
|
Object ref |
A reference to a COBHL7KeywordMatch object. |
|
NULL |
Returned if an error occurred. |