GENERAL DESCRIPTION |
Routine call to SVDT^IBRFN returns service dates for a
specific bill.
Input Variable: BN, bill number (external form)
VDT, name of array to hold outpatient
visit dates, pass by value
if needed.
Output Variable:
_________________________________________________________________
| Piece | Bill not found | Inpatient | Outpatient
|-----------------------------------------------------------------|
| 1 | 0 | 1 | 2
| 2 | -- | event Date | Event Date
| 3 | -- | stmt from date | stmt from Date
| 4 | -- | stmt to date | stmt to Date
| 5 | -- | LOS (I) | LOS (I)
| 6 | -- | # of visit date |# of visit date
-----------------------------------------------------------------
all are internal form, any piece may be null if not defined for the bill array
containing outpatient visit dates as subscripts/no data, if VDT passed by
value.
|