(9000010,.01) |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
.01 |
Read w/Fileman |
The "B" cross-reference is used to loop through visits
within a date range. Usage by IBCNEDE3 and IBCNEDE4 are shown below:
From: IBCNEDE3
S AUPNDT=$O(^AUPNVSIT("B",IBD)
and
S IEN=$O(^AUPNVSIT("B",IBD,IEN))
From: IBCNEDE4
S AUPNDT=$O(^AUPNVSIT("B",IBD)
and
S IEN=$O(^AUPNVSIT("B",IBD,IEN))
|
VISIT ADMIT/DATE&TIME |
0;1 |
|
|
9000010,.05 |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
.05 |
Read w/Fileman |
The "AA" cross-reference is used to loop through visits
for a particular patient DFN. Usage by IBCNEDE3 and IBCNEDE4 are shown below:
From: IBCNEDE3
S IBD=$O(^AUPNVSIT("AA",DFN,IBD)
From: IBCNEDE4
S IBD=$O(^AUPNVSIT("AA",DFN,IBD)
|
PATIENT NAME |
0;5 |
|
The value for PATIENT NAME (DFN, pointer to the PATIENT
FILE) is then read from the file as follows:
From: IBCNEDE3
S DFN=$P($G(^AUPNVSIT(IEN,0)),U,5)
From: IBCNEDE4
S DFN=$P($G(^AUPNVSIT(IEN,0)),U,5)
|
9000010,.01 |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
1 |
Read w/Fileman |
The "B" cross-reference is used to loop through visits
within a date range.
Usage by IBCNEDE3 and IBCNEDE4 are shown below:
From: IBCNEDE3
S AUPNDT=$O(^AUPNVSIT("B",IBD)
and
S IEN=$O(^AUPNVSIT("B",IBD,IEN))
From: IBCNEDE4
S AUPNDT=$O(^AUPNVSIT("B",IBD)
and
S IEN=$O(^AUPNVSIT("B",IBD,IEN))
|
VISIT ADMIT/DATE&TIME |
0;1 |
|
|