This method adds a new keyword match to the OnBase document.
intRC = objHL7ScriptContext.AddNewKeywordMatch(231 , "PID.3" , "Smith")
Parameter |
Type |
Description |
---|---|---|
KeyTypeNum |
Integer |
Identifier for the OnBase Keyword Type. |
Position string |
String |
HL7 message position (for example, PID.3 or PID.3.1). |
Value string |
String |
Value for the new keyword match. |
Return Value |
Description |
---|---|
0 |
Returned if this match was added. |
Non-0 |
Returned if this match was not added. |