![]() ![]() |
Reference Type: Supported, Category: Toolkit—Data Standardization, ICR#: 5078
The $$SETRPLC^XTIDTRM extrinsic function sets the REPLACED BY VHA STANDARD TERM (#99.97) field.
NOTE: For an overview of the Data Standardization API set, read
Data Standardization APIs.
For a chart mapping the Data Standardization API set in context, read
Replacement Relationships.
$$SETRPLC^XTIDTRM(file,ien,rplcmnt)
file: |
(required) File number. |
ien: |
(required) Internal Entry Number (IEN). |
rplcmnt: | (required) Entry number of replacement term. |
X: |
Results:
|
The $$SETRPLC^XTIDTRM extrinsic function sets X to 1 if Pointer to replacement term stored (i.e., success) or 0 if Unable to store pointer to replacement term (i.e., failure):
>S X=$$SETRPLC^XTIDTRM(file,ien,rplcmnt) |