;update CARD PRINT RELEASE STATUS
; This procedure is used to update the CARD PRINT RELEASE STATUS(#.03)
; field of the VIC REQUEST (#39.6) file.
STOCID(DGCID,DGDFN,DGSTAT)
;store the NCMD-assigned Card ID
; This procedure creates a record in the VIC REQUEST (#39.6) file.
FINDLST(DGDFN)
;locate the IEN of the last request for a given patient
DELREQ(DGIEN)
;delete a single VIC REQUEST record
FINDCID(DGCID)
;locate record for a given NCMD Card ID
; This function performs a lookup of the VIC REQUEST (#39.6) file
; for a given Card ID.
GETREQ(DGIEN,DGREQ)
;retrieve a single record
; This function retrieves all fields belonging to a single record
; in the VIC REQUEST (#39.6) file for a given IEN. The field data
; is placed in an array format.