This method will return a reference to a COBHL7KeywordMatch object, based on the position string.
Set objHL7KeywordMatch = objHL7ScriptContext.FindKeywordMatch("PID.3", 2)
Parameter |
Type |
Description |
---|---|---|
Position string |
String |
HL7 message position (for example, PID.3 or PID.3.1). |
Index |
Integer |
The 0-based index in keyword match list is returned. |
Return Value |
Description |
---|---|
Object ref |
A reference to a COBHL7KeywordMatch object. |
NULL |
Returned if an error occurred. |