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