Print Page as PDF
TIU MyHealthEVet APIs ICR (4769)

TIU MyHealthEVet APIs    ICR (4769)

Name Value
NUMBER 4769
IA # 4769
DATE CREATED 2005/08/05
CUSTODIAL PACKAGE TEXT INTEGRATION UTILITIES
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE TIUMHEV
NAME TIU MyHealthEVet APIs
GENERAL DESCRIPTION
APIs to TIU calls to support Dischare Summary and
Progress Notes lookup for MyHealthEVet.


STATUS Active
KEYWORDS
  • MHEV
  • TIUMHEV
ID TIUMHEV
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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
SUBSCRIBING PACKAGE MYHEALTHEVET