Print Page as PDF
GMV_VitalsViewEnter.dll ICR (4831)

GMV_VitalsViewEnter.dll    ICR (4831)

Name Value
NUMBER 4831
IA # 4831
DATE CREATED 2005/11/30
CUSTODIAL PACKAGE GEN. MED. REC. - VITALS
USAGE Private
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME GMV_VitalsViewEnter.dll
GENERAL DESCRIPTION
This integration agreement allows the subscribing
package to call the Dynamic Link Library (DLL) file named
GMV_VitalsViewEnter.dll. This DLL is a Graphical User Interface (GUI) for
entering and displaying patient vitals information.

This DLL is written in Delphi. It is called from another Delphi application.
The entry points and input variables are Delphi, not M.

The following GMV-namespaced Remote Procedure Calls must be in the RPC (#320)
field of the OPTION (#19) file entry used to create the Broker context. They
are:

GMV ADD VM
GMV CONVERT DATE
GMV GET CATEGORY IEN
GMV GET CURRENT TIME
GMV GET VITAL TYPE IEN
GMV LATEST VM
GMV MANAGER
GMV PARAMETER
GMV USER
GMV VITALS/CAT/QUAL
GMV V/M ALLDATA
GMV EXTRACT REC
GMV MARK ERROR
GMV ALLERGY
GMV DLL VERSION
GMV LOCATION SELECT
GMV CLOSEST READING  [added to the list on 6/23/09]

These additional Remote Procedure Calls must be in the RPC (#320) field of the
OPTION (#19) file entry used to create the Broker context. They are:

ORWPT PTINQ
VAFCTFU CONVERT DFN TO ICN
VAFCTFU CONVERT ICN TO DFN
STATUS Active
KEYWORDS VitalsLite
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
GMV_VitalsViewDLG(
This entry point opens up a data display containing a
graph and grid containing the patient's data.

All of the input variables for this entry point are required.

The input variables are in the following order:
aBroker
aDFN
aLocation
DateStart
DateStop
aSignature
aContextIn
aContextOut
aName
anInfo
aHospitalName
VARIABLES TYPE VARIABLES DESCRIPTION
aDFN Input
The variable type is String. This is a Patient (#2)
file IEN. (Required)
aLocation Input
The variable type is String. Hospital Location (#44)
file IEN. (Required).
DateStart Input
The variable type is String. This is the start of a
date range in mm/dd/yy format. (Required).
DateStop Input
The variable type is String. This is the end of a
date range in mm/dd/yy format. (Required)
aSignature Input
The variable type is String. This is a string of
characters identifying the calling package (e.g., CPRS). (Required)
aContextIn Input
The variable type is String. This is the name of an
option in the Option (#19) file that identifies the Broker context being used
when entering the DLL (e.g., OR CPRS GUI CHART). (Required)
aContextOut Input
The variable type is String. This is the name of an
option in the Option (#19) file that identifies the Broker context value being
used when exiting the DLL (e.g., OR CPRS GUI CHART). (Required)
aName Input
The variable type is String. This is the patient's
name (File 2, Field .01). (Required).
anInfo Input
The variable type is String. This is the patient's
social security number (e.g., 000-00-0000) (Required)
aHospitalName Input
The variable type is String. This is a two part
variable. The first part contains the name of a hospital location (File 44,
Field .01). The second part is an abbreviation for a vital type (File 120.51,
Field 1). The DLL will use the hospital location and vital abbreviation as
default values.  (Required).

Example: MICU^P
aBroker Input
The variable type is const. This is the Broker
instance value of TRPCBroker. (Required)
GMV_VitalsEnterDLG(
This entry point opens up a data input template for
the user to begin entering patient vitals data.

All of the input variables for this entry point are required.

The input variables are in the following order:
aBroker
aPatient
aLocation
aTemplate
aSignature
aDateTime
aPatientName
aPatientInfo
VARIABLES TYPE VARIABLES DESCRIPTION
aBroker Input
The variable type is const. This is the Broker
instance value of TRPCBroker. (Required)
aPatient Input
The variable type is String. This is a Patient (#2)
file IEN (Required).
aLocation Input
The variable type is String. This is a hospital
location (File 44) IEN.  (Required)
aTemplate Input
The variable type is String. This is a null value
(Required).
aSignature Input
The variable type is String. This is a string of
characters identifying the calling package (e.g., CPRS). (Required).
aDateTime Input
The variable type is TDateTime. This is a date/time
in Microsoft date/time format. (Required).

Example: 38656.59678
aPatientName Input
The variable type is String. This is the patient's
name (File 2, Field .01). (Required).
aPatientInfo Input
The variable type is String. This variable contains a
string of characters that identify the following three pieces of patient
information; social security number, date of birth and age (e.g., 000-00-0000
MAY 20, 1966 (39)). (Required)
SUBSCRIBING PACKAGE ORDER ENTRY/RESULTS REPORTING
DATE ACTIVATED 2009/06/23