ABSPOSN0 ; IHS/FCS/DRS - NCPDP forms ;
;;1.0;PHARMACY POINT OF SALE;;JUN 21, 2001
; Routines ABSPOSN1-ABSPOSN8 are included in the kit.
; They are for printing NCPDP forms with the ILC A/R package.
; The ABSB NCPDP xxxxx options are not included in the kit.
; They still point to the ABSBNRX* routines.
; Long term goal: replace the ABSBNRX* routines
; with these ABSPOSN* routines and try to decouple them from
; the A/R structures as much as possible.
;
; ABSPOSNC is not an NCPDP form routine,
; though it happens to be in this same namespace.
; "NC" stands for "Nightly Checker", the ANMC process which
; first inspired the need for an external query of POS status
; given a V MEDICATION pointer.
ABSPOSN0 ; IHS/FCS/DRS - NCPDP forms ;
+1 ;;1.0;PHARMACY POINT OF SALE;;JUN 21, 2001
+2 ; Routines ABSPOSN1-ABSPOSN8 are included in the kit.
+3 ; They are for printing NCPDP forms with the ILC A/R package.
+4 ; The ABSB NCPDP xxxxx options are not included in the kit.
+5 ; They still point to the ABSBNRX* routines.
+6 ; Long term goal: replace the ABSBNRX* routines
+7 ; with these ABSPOSN* routines and try to decouple them from
+8 ; the A/R structures as much as possible.
+9 ;
+10 ; ABSPOSNC is not an NCPDP form routine,
+11 ; though it happens to be in this same namespace.
+12 ; "NC" stands for "Nightly Checker", the ANMC process which
+13 ; first inspired the need for an external query of POS status
+14 ; given a V MEDICATION pointer.