This method will update the specified keyword match with the passed keyword value.
intRC = objHL7ScriptContext.UpdateKeywordMatch(0, "New Keyword Value")
Parameter |
Type |
Description |
---|---|---|
Index |
Integer |
0 to max, where max is from GetNumKeywordMatches. |
Value string |
String |
New value for the keyword. |
Return Value |
Description |
---|---|
0 |
Returned if this match was updated. |
Non-0 |
Returned if this match was not updated. |