PSB VITAL MEAS FILE (1696)    REMOTE PROCEDURE (8994)

Name Value
NAME PSB VITAL MEAS FILE
TAG RPC
ROUTINE PSBVITFL
RETURN VALUE TYPE ARRAY
AVAILABILITY PUBLIC
INACTIVE ACTIVE
DESCRIPTION
This RPC has been built specifically to process the filing of BCMA 
  Parameters:
        Input  -        
                        DFN   (r) Pointer to the PATIENT (#2) file
                        RATE  (r)  BCMA trigger event/transaction
                        VTYPE (o) Pointer to GMRV VITAL TYPE FILE (#120.51)
                                  (default = Pain ["PN"])
                        DTTKN (o) Date/time (FileMan) measurment was taken
                                  (default = $$NOW^XLFDT())
 
       Output -         RESULTS(0) = 1
Pain Score data. The processing of other VITAL type may be incorporated 
                        RESULTS(1) ="1^Pain Score successfully filed"
                  or    RESULTS(1) ="-1^ERROR * Pain Score NOT filed 
                                     successfully"
 
     Process results in the storing of VITAL Measurement rate into the VITAL
     MEASUREMENT FILE per the given patient and vital type.
with some adjustments.
 
 
  This routine is to service BCMA 3.0 functionality and store VITALs'
  data into the VITAL MEASUREMENT FILE - ^GMR(120.5  using the API
  GMRVPCE0
  
INPUT PARAMETER
  • PSBDFN
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    PSBDFN presents the Pointer to the PATIENT File (#2) of the patient for 
    whom this vital measurement data was entered.
    
  • PSBRATE
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    PSBRATE presents the numeric value associated with this vital 
    measurement.
    
  • PSBVTYPE
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    PSBVTYPE presents the type of measurement for this record and is a 
    pointer to the GMRV VITAL TYPE File (#120.51)
    
  • PSBDTTKN
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    DTTKN   (o) Date/time (FileMan) measurment was taken.  The default is NOW.