| LISTDS |
The API should return a list of all Discharge
documents that fall within the date range and have a STATUS of either
completed, amended or retracted. The list should include identifying
information about the document, IEN and STATUS. The list would be returned in
a TMP global sorted by STATUS. The first date in the date range can be null or
0, which indicates to start from the oldest date. The second date in the date
range can be null or 0 indicating today. The results of the call are stored
in the following STATUS sorted temp global:
^TMP("TIUMHEVLIST",$J,STATUS,TIUIEN)
Where STATUS is the status of the Discharge Summary TIUIEN
|
| VARIABLES |
TYPE |
DFN |
Input |
START |
Input |
END |
Input |
|
GETTEXT |
This component/entry point returns the text of the
Discharge Summary TIUDA into the temp global:
^TMP("TIUMHEVTEXT",$J,DA)="TEXT"
Where DA is the line number of the text.
|
| VARIABLES |
TYPE |
TIUDA |
Input |
|
GETDATA |
This component/entry point returns the Data fields of
the Discharge Summary TIUDA into the following temp global:
^TMP("TIUMHEVDATA",$J,TIUDA,FIELD)=Field value
for each FIELD in the TIU DOCUMENTS file from the following list:
.01 to 1
1200 to 70201
|
|
LISTPN |
The list would be returned in a TMP global sorted by
STATUS. The first date in the date range can be null or 0, which indicates to
start from the oldest date. The second date in the date range can be null or
0 indicating today. The results of the call are stored in the following
STATUS sorted temp global:
^TMP("TIUMHEVLIST",$J,STATUS,TIUIEN)
Where STATUS is the status of the PROGRESS NOTE TIUIEN
|
| VARIABLES |
TYPE |
DFN |
Input |
START |
Input |
END |
Input |
|