Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Used in RPC
Print Page as PDF
Routine: PXVRPC3

Package: PCE Patient Care Encounter

Routine: PXVRPC3


Information

PXVRPC3 ;MSC/DKA - VIMM 2.0 RPC code to return list of Immunizations ;10/27/2015 13:36

Source Information

Source file <PXVRPC3.m>

Entry Points

Name Comments DBIA/ICR reference
IMMDATA(PXVRET,PXVFLTR,SUBFILES) ; Return array of entries from IMMUNIZATION, File #9999999.14
; PXVFLTR can have one of these values:
; R:XXX - Return entry with IEN XXX.
; S:A - List of Active Immunizations (default)
; S:H - List of [Selectable for] Historic Immunizations
; S:* - All records (Including Inactive Immunizations)
; SUBFILES is 1 or Y to include the subfiles when returning the data
; If SUBFILES is 0 or N (or not specified) then return just this subset of fields:
; IEN, NAME, SHORT NAME, CVX CODE, MAX # IN SERIES, INACTIVE FLAG,
; MNEMONIC, ACRONYM, SELECTABLE FOR HISTORIC)
GETFLDS ; Get fields for one IEN
SUBFILES ; Add the subfile multiples to the array
; Subfiles:

Used in RPC

RPC Name Call Tags
PXVIMM IMMDATA IMMDATA
Info |  Source |  Entry Points |  Used in RPC