GENERAL DESCRIPTION |
In order to determine whether an exam gets sent to PCE
for crediting, a check on the patient's physical location must be performed.
If the patient is currently being seen in a clinic, or if the patient is
assigned to a ward and that ward has a Service defined as Domiciliary, then
the record passed this check and can be passed to PCE if other checks are
successful.
I need to get the Service associated with a ward location, and I am requesting
to achieve this by utilizing a "read with FileMan" utility:
$$GET1^DIQ(42,ien of file 42 record,.03,"I" -or- "E") where:
Where '42' is the file number for the WARD LOCATION file, the second subscript
is self-explanatory, '.03' is the SERVICE field number and 'I' indicates we'd
like the internal representation, while 'E' indicates that we'd like the
external representation of the data.
|
GLOBAL REFERENCE |
GLOBAL REFERENCE |
FIELD NUMBER |
GLOBAL DESCRIPTION |
DIC(42, |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
.03 |
Read w/Fileman |
A service, short for hospital service, is associated with
a ward in order to keep patients with similar medical experiences together in
order to provide better treatment.
Many reports are used to track the number of patient per ward, as well as, how
many patients are linked to a particular hospital service.
|
SERVICE |
0;3 |
|
The Service (#.03) field is the third piece located on
the zero node (0;3) of the file record.
|
|