qie.parseDICOMBytes¶
Signature: qie.parseDICOMBytes(bytes)
Returns: DICOM Message dicomMessage - the associated DICOM message object
Parse the bytes as a DICOM message and return the associated DICOM message object.
Note
The return value CAN NEVER be assigned to the bound-in message object; it should be assigned to a locally declared variable.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| byte[] | bytes | raw DICOM bytes |