MML Processing Instruction command mmlDelete

 

mmlDelete

This is the command used for MML data deletion.

The Delete command requires one additional “reqId” field. The “reqId” format is the same as that of the mmlAppend previously described.

The item to be deleted is identified by docId in of the .

These standards do not specify how the data is to be processed by the MML Processor that receives a deletion request. However, to guarantee the authenticity of electronically saved documents, it is preferable not to delete the item but rather to simply hide it via the user interface.

 

Example

Note: Essential elements and essential attributes that are not directly related to the comment are omitted.

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

<Mml>
  <?mmlDelete reqId="0aae5960-667c-11d3-9751-00105a6792e8"?>
  <MmlHeader>
    <masterId>
      <mmlCm:Id
        mmlCm:type="facility"
        mmlCm:checkDigitSchema="M10"
        mmlCm:checkDigit="5"
        mmlCm:tableId="JPN453010100003" >
        12345678
      </mmlCm:Id>
    </masterId>
  </MmlHeader>
  <MmlBody>
    <MmlModuleItem type="healthInsurance">
     <docInfo>
      <docId>
        <uid>9df7faa0-b095-11d3-9083-00c02611b018</uid>
      </docId>
     </docInfo>
    </MmlModuleItem>
  </MmlBody>
</Mml>

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