Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services.MedicalWebViewer Namespace > MedicalWebViewerObjectRetrieve Class : DoGetSeriesImages Method |
protected override byte[] DoGetSeriesImages( string[] dicomFiles, string[] sopInstsanceUIDs, int width, int height, string mimeType, int bitsPerPixel, int qualityFactor, string extraData )
'Declaration Protected Overrides Function DoGetSeriesImages( _ ByVal dicomFiles() As String, _ ByVal sopInstsanceUIDs() As String, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal mimeType As String, _ ByVal bitsPerPixel As Integer, _ ByVal qualityFactor As Integer, _ ByVal extraData As String _ ) As Byte()
'Usage Dim instance As MedicalWebViewerObjectRetrieve Dim dicomFiles() As String Dim sopInstsanceUIDs() As String Dim width As Integer Dim height As Integer Dim mimeType As String Dim bitsPerPixel As Integer Dim qualityFactor As Integer Dim extraData As String Dim value() As Byte value = instance.DoGetSeriesImages(dicomFiles, sopInstsanceUIDs, width, height, mimeType, bitsPerPixel, qualityFactor, extraData)
protected: array<byte>^ DoGetSeriesImages( array<String^>^ dicomFiles, array<String^>^ sopInstsanceUIDs, int width, int height, String^ mimeType, int bitsPerPixel, int qualityFactor, String^ extraData ) override
You should use a file format which supports multi pages if there is more than 1 DICOM object in the series.
Only the TIFF file format supports multi pages. Specifically, you can use the following formats in the mimeType.
The SOP Instance UID value of the retrieved DICOM object(s) will be stored as a private Tag in each image frame when using any of the TIFF file formats. Wsing the Tag ID 0X9C40 (40000) to retrieve the private Tag from each frame as a 1-based value using ASCII string encoding