source.getDICOMPreamble¶
Use when: You want to read values from the original incoming message before any mapping changes. If you need the modified message during mapping, use message.getDICOMPreamble.
Signature: source.getDICOMPreamble()
Returns: byte[] preambleBytes - the preamble bytes or null if none exist
Get the DICOM preamble.
Parameters¶
None