PSSHRCOM ;WOIFO/AV,TS - Handles common PRE PEPS interface functionality ;09/20/07
Source file <PSSHRCOM.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| PARSEMSG(DOCHAND,NODE,HASH,COUNT) | ;
; @DESC Parses the message XML element and stores ; severity, type, drugName and text in HASH parameter |
|
| DRUGLIST(DOCHAND,NODE,HASH,COUNT) | ;
; @DESC Handles reading the interacted drug list and stores to a Hash |
|
| PARSEDRG(DOCHAND,NODE,HASH,COUNT) | ;
; @DESC Parses a drug element and stores values in HASH parameter |
|
| UPPER(PSSTEXT) | ;
; @DESC Converts lowercase characters to uppercase |
|
| GETTEXT(DOCHAND,NODE) | ;
; @DESC Gets text from XML element as a single string |
|
| UNPARSE(ARRY) | ;
; @DESC Creates a single string from an array |
|
| ATRIBUTE(NAME,VALUE) | ;
; @DESC Builds a valid encoded attribute from the name/value pair passed in |
|
| ISPROF(ORDERNUM) | ;
; @DESC Determines if a drug is a profile drug according to ; its orderNumber |
|
| STACK | ;
; @DESC Prints a stack trace |