qie.convertDICOMtoXML¶
Signature: qie.convertDICOMtoXML(message)
Returns: String xmlString - the XML String representing the DICOM
Converts a DICOM message object to an XML formatted string.
Note
This helper method can be used to produce an XML string which represents a DICOM message object.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| DICOM Message | message | the DICOM message object to convert |