This method returns the number of keyword matches found when parsing the HL7 message. The parsed message is compared to the HL7 message template assigned to the import process, and the result is a list of matching keywords.
intKeyMatches = objHL7ScriptContext.GetNumKeywordMatches()
Parameter |
Type |
Description |
---|---|---|
N/A |
Return Value |
Description |
---|---|
Integer |
Number of keywords extracted from the HL7 message. |