The raw data resulting from loading a DICOM file.
public Stream Raw { get; set; }
The raw data resulting from loading a DICOM file.
This property is available when the query made by DicomSourceProxy.Load specified that the data be loaded in a non-raster format.
This can be done by either of two ways:
Set the ViewImageQuery.Rasterize to false.
Set the ViewImageQuery.RawPdf to true.
If the query requested that the data be loaded in a non-raster format, the engine will decide which format to use to load the requested data and will update the ViewImageQueryResult.RawMimeType with the proper mime type.