| HASVISIT |
Determines if a document is tied to a visit or not.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Y |
Both |
Variable passed in by reference to accept and return
the result of this call, as true (1) or false (0) or unknown (-1).
|
IEN |
Input |
IEN in the TIU Document file #8925.
|
DFN |
Input |
IEN in Patient file #2.
|
LOC |
Input |
IEN in Hospital Location file #44.
|
DATE |
Input |
Date of the document, in FileMan format.
|
|
SCSEL(VAL,DFN,ATM,LOC,VST) |
This component returns the service-connected
conditions that may be selected for the purpose of a patient visit.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
VAL |
Both |
This variable is passed by reference, and is returned
in the format:
VAL=SCallow^SCdflt;AOallow^AOdflt;IRallow^IRdflt;ECallow^ECdflt;
MSTallow^MSTdflt;HNCallow^HNCdflt;CVAllow^CVDflt
|
DFN |
Input |
Pointer to the PATIENT (#2) file.
|
ATM |
Input |
The date and time of an encounter.
|
LOC |
Input |
Pointer to the HOSPITAL LOCATION (#44) file for the
location associated with the encounter.
|
VST |
Input |
This optional variable is the ien of the visit from
the VISIT (#9000010) file.
|
|