PI command specification for MML data exchange

 

PI command specification for MML data exchange

The list of Processing Instruction commands in MML data exchange is as follows:

Processing Instruction

Explanation

mmlQuery

Request for query of MML data

mmlAppend

Request for addition of MML data

mmlDelete

Request for deletion of MML data

mmlResult

MML data response

mmlItemResult

Response to MmlModuleItem data

 

Position of Processing Instruction

ÅEThe mmlQuery, mmlAppend and mmlDelete commands appear in the MML instance only once. They lie between the tag and .

ÅEmmlResult appears after the tag.

ÅEmmlItemResult appears between each and the tag.

Example

--------------------------------------------------------

<Mml>
 <?mmlQuery type="patient"
   startDate="1999-07-03" endDate="1999-07-10"
   reqId="0aae5960-667c-11d3-9751-00105a6792e8"?>
 <MmlHeader>
     Omitted
 </MmlHeader>
     Omitted
</Mml>

--------------------------------------------------------