Print Page as PDF
DG PRINT PATIENT LABEL ICR (5904)

DG PRINT PATIENT LABEL    ICR (5904)

Name Value
NUMBER 5904
IA # 5904
DATE CREATED 2013/03/12
CUSTODIAL PACKAGE REGISTRATION
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DGPLBL
NAME DG PRINT PATIENT LABEL
GENERAL DESCRIPTION
Routine DGPLBL provides a generic patient demographics
label print that includes Patient Name, SSN, DOB and an optional inpatient
location (ward and bed).  Support for various printer types (i.e. bar code,
laser, etc.) is provided using the CONTROL CODES (#3.2055) subfile of the
TERMINAL TYPE (#3.2) file.  The control code mnemonics are documented in DBIA#
3435.
STATUS Active
KEYWORDS
  • VPS
  • DGPLBL
  • LABEL
  • PRINT
ID DGPLBL
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
START
This entry point prints patients labels and requires
that the following variables be defined prior to the call.

DGDFNS   Array subscripted by pointer to Patient (#2) file
DGLBCNT  Number of labels to print per patient.
DGLPL    Number of lines per label.
DGLOC    Print Ward location flag


START^DGPLBL is the entry point called by TaskMan when a label is queued for
printing through the Registration application option.  If TaskMan queueing is
not being used by the subscribing application, the subscribing application is
responsible for setting these variables prior to calling START^DGPLBL.
VARIABLES TYPE VARIABLES DESCRIPTION
DGDFNS Input
Array subscripted by pointer to Patient (#2) file
DGLBCNT Input
Number of labels to print per patient.
DGLPL Input
Number of lines per label.
DGLOC Input
Print Ward location flag
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
VA POINT OF SERVICE (KIOSKS)
VA Point of Service (KIOSKS) has a need to print
patient labels at secure label printers stationed in staff areas. The input
parameters (see VARIABLES below) and output device will be provided by the VPS
KIOSK Application (VetLink).
DATE ACTIVATED 2016/04/12