| $$GETIEN(HDISDOM,.HDISDIEN) |
Get the HDIS Domain file IEN
Example:
N TMP
S TMP=$$GETIEN^HDISVF09("ALLERGIES",.DOMPTR)
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HDISDOM |
Input |
Domain
|
HDISDIEN |
Output |
HDIS Domain file IEN
|
$$GETIEN |
Output |
1=Successful and 0=Failure
|
|
MFSUP(HDISFILE,HDISERR,HDISFN) |
This API should be invoked in the Post-Processing
Logic field in the Master File Parameter file (#4.001) for the file being
standardized. The API updates the status of the file to VUID Implementation
Completed and sends out the HDR Activation bulletin.
Example:
This is an example of the Post-Processing Logic Field for the GMRV Vital
Category file (#120.53) which is part of the Vitals Domain:
POST-PROCESSING LOGIC:
D MFSUP^HDISVF09(120.53,$G(ERROR)),EN^GMVUID($G(ERROR))
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HDISFILE |
Input |
File Number of file just updated
|
HDISERR |
Input |
Error indicator from MFS (1 or 0)
|
HDISFN |
Input |
Field number (Optional)
|
|