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.WCF Namespace > IQueryService Interface : GetPrecompressedImagesFormat Method |
[OperationContractAttribute()] List<SOPInstancePreCompressedFormat> GetPrecompressedImagesFormat( string studyInstanceUID, string seriesInstanceUID, string sopInstanceUID, string extraData )
'Declaration <OperationContractAttribute()> Function GetPrecompressedImagesFormat( _ ByVal studyInstanceUID As String, _ ByVal seriesInstanceUID As String, _ ByVal sopInstanceUID As String, _ ByVal extraData As String _ ) As List(Of SOPInstancePreCompressedFormat)
'Usage Dim instance As IQueryService Dim studyInstanceUID As String Dim seriesInstanceUID As String Dim sopInstanceUID As String Dim extraData As String Dim value As List(Of SOPInstancePreCompressedFormat) value = instance.GetPrecompressedImagesFormat(studyInstanceUID, seriesInstanceUID, sopInstanceUID, extraData)
[OperationContractAttribute()] List<SOPInstancePreCompressedFormat^>^ GetPrecompressedImagesFormat( String^ studyInstanceUID, String^ seriesInstanceUID, String^ sopInstanceUID, String^ extraData )