GENERAL DESCRIPTION |
Read only access for the ^SC global.
Read ^SC(n,0) to obtain Hospital Location name, abbreviation and
Division.
Read ^SC(n,42) to obtain ward location file pointer to obtain field
#.017 Specialty in the Ward Location file #42.
Read ^SC("B", and ^SC("C", cross references to get patient location
internal entry #: $O(^SC("B",X,0)) and $O(^SC("C",X,0)).
Read access to the ^SC(D0,"I") node to obtain inactivate date
(field # 2505) and re-activate date (field # 2506).
Read only access to ^SC(D0,"S",D1,1,D2,0) to access patients by
clinic location and clinic date to print lab report.
Read only access to ^SC(D0,"S",DATE) used to check if a clinic
meets on a specified date.
|
GLOBAL REFERENCE |
GLOBAL REFERENCE |
FIELD NUMBER |
SC(D0,0) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
.01 |
Direct Global Read & w/Fileman |
NAME |
0;1 |
1 |
Direct Global Read & w/Fileman |
ABBREVIATION |
0;2 |
3 |
Direct Global Read & w/Fileman |
INSTITUTION |
0;4 |
2 |
Direct Global Read & w/Fileman |
TYPE |
0;3 |
3.5 |
Direct Global Read & w/Fileman |
Division |
0:15 |
|
SC(D0,'I') |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
2505 |
Direct Global Read & w/Fileman |
INACTIVATE DATE |
I;1 |
2506 |
Direct Global Read & w/Fileman |
REACTIVATE DATE |
I;2 |
|
SC('B', |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
.01 |
Direct Global Read & w/Fileman |
B Cross Reference
|
NAME |
|
SC('C', |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
1 |
Direct Global Read & w/Fileman |
C Cross Reference
|
ABBREVIATION |
|
SC(D0,'S',D1,1,D2,0) |
|
SC(n,42) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
42 |
Direct Global Read & w/Fileman |
WARD LOCATION FILE POINTER |
42;1 |
|
|