Print Page as PDF
AMIE 2507 Request APIs ICR (4266)

AMIE 2507 Request APIs    ICR (4266)

Name Value
NUMBER 4266
IA # 4266
DATE CREATED 2004/09/07
CUSTODIAL PACKAGE AUTOMATED MED INFO EXCHANGE
CUSTODIAL ISC Albany
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DVBCMKLK
NAME AMIE 2507 Request APIs
GENERAL DESCRIPTION
These APIs are used to obtain 2507 Request information,
and to create a link between an Appointment and a 2507 Request.

Refer to the Components for more information.
STATUS Active
DURATION Till Otherwise Agreed
ID DVBCMKLK
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$GET2507(DFN,ADT)
Retrieve a 2507 request.
VARIABLES TYPE VARIABLES DESCRIPTION
DFN Input
Patient IEN (Required)
ADT Input
Appointment Date Time (Required, FM format)
$$GET2507 Output
Output:
IEN (of 2507 request if found)
zero (if Not Found)
- or -
ERR_CODE^ERR_MESSAGE (ERR_CODE is negative)
Calling App responsible for display of ERR_MESSAGE

$$LINK(DFN,PC,ADT)
Link C&P appointment to 2507 request
VARIABLES TYPE VARIABLES DESCRIPTION
DFN Input
Patient IEN (Required)
PC Input
Prompt Control (Default: 0, Prompt only if necessary)
ADT Input
Appointment Date Time (FM format)
Default: 3rd piece of SDATA if set, else NOW
$$LINK Output
Output:
IEN (of 2507 request)
- or -
ERR_CODE^ERR_MESSAGE (ERR_CODE is negative)
Calling App responsible for display of ERR_MESSAGE

SUBSCRIBING PACKAGE SCHEDULING