MPIFXMLG ;ALB/CKN - MPIF GET CORRESPONDING IDS ; 5/21/15 11:59pm
Source file <MPIFXMLG.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
TEST | ;Test one patient data
|
|
GETIDS(MPIIDS,ICN) | ; GetCorrespondingIDs for ICN
|
|
XMLBLD(ICN) | ; setup xml to get corresponding Ids
; ICN - Integration Control Numer ; Returns XML for the search |
|
PARSE(MPIDATA,MPIXML) | ;Parse XML for results
|
|
SE(MPIN,MPIA) | ; - used for the parser to call back with STARTELEMENT
|
|
VALUE(MPIT) | ;used by the parser to call back with CHARACTERS
|