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
Print Page as PDF
Routine: PSSPGX1

Package: Pharmacy Data Management

Routine: PSSPGX1


Information

PSSPGX1 ;BIR/MV - PHARMACOGENOMICS API CONTINUE ;09/20/07

Source Information

Source file <PSSPGX1.m>

Entry Points

Name Comments DBIA/ICR reference
PGXMAIN(PSSBASE,PSSGENES,PSSDRUGS,PSSRSLT) ;
BLDXML(PSSGENES,PSSDRUGS) ;
; @DRIVER
; @DESC Builds the PEPSRequest PSSXML element
; @PSSDRUGS drug list
; @RETURNS An xml string representing an entire PGX WARNING.
HEADER() ;
; @DESC Builds the Header PSSXML element. A header is the section of the PSSXML
; that includes time, server, and user. This item holds no business logic, it
; only records debugging information.
; @RETURNS A the PSSXML string representing the header element.
BODY(PSSGENES,PSSDRUGS) ;
; @DESC Builds the Body PSSXML element
; @PSSDRUGS drug list
; @RETURNS An PSSXML string representing the body element.
GENES(PSSGENES) ;
DRUGS(PSSDRUGS) ;constructing XML for drug info
SETWEBS(PSSWS) ;Define server name and path
VNGENE(PSSVNG) ;Find Vendor Gene
VNPHEN(PSSVNP) ;Find Vendor Phenotype
Info |  Source |  Entry Points