$$ELAP |
This function call returns the patient eligibility
and appointment type data in the following string:
Elig ptr^ Elig text^ Appt Ptr^ Appt Text
Usage: S OUTPUT=$$ELAP^SDPCE(DFN,SC)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient
|
SC |
Input |
Clinic IEN
|
OUTPUT |
Output |
String: Elig ptr^ Elig text^ Appt Ptr^ Appt Text
|
|
$$STATUS |
This returns the status of an encounter.
Usage: S OUTPUT=$$STATUS^SDPCE(SDVSIT)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SDVSIT |
Input |
VISIT file IEN
|
OUTPUT |
Output |
Status of the encounter Internal IEN^External Value
|
|
EN |
Originally EN^SDPCE was run by the Entry Action on
the protocol SDAM PCE EVENT which is an item on the protocol PXK VISIT DATA
EVENT. In order to run PXK VISIT DATA EVENT as a TaskMan job the call to
EN^SDPCE was moved to the routine EVENT^PXKMAIN in patch PX*1*211.
|
|