| Visual Basic (Declaration) | |
|---|---|
Public Function GetDicomObject( _ ByVal sopInstanceUID As String, _ ByVal stripImage As Boolean, _ ByVal transferSyntax As String, _ ByVal qualityFactor As Integer, _ ByVal extraData As String _ ) As DicomDataSet  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public DicomDataSet GetDicomObject( string sopInstanceUID, bool stripImage, string transferSyntax, int qualityFactor, string extraData )  | |
| C++/CLI | |
|---|---|
public: DicomDataSet GetDicomObject( String^ sopInstanceUID, bool stripImage, String^ transferSyntax, int qualityFactor, String^ extraData )  | |
Parameters
- sopInstanceUID
 - The SOP Instance UID for the DICOM object to retrieve.
 - stripImage
 - true to return the DICOM object without the image data; otherwise false.
 - transferSyntax
 - An optional String to change the DICOM object Transfer Syntax. This value can be null or Empty.
 - qualityFactor
 - An optional number to specify the compression loss of the image,Set 0 for lossless compression. This value is valid only when the transferSyntax parameter is set to a Transfer Syntax the supports image compression.
 - extraData
 - User custom data.
 
Return Value
A DicomDataSet representing the requested DICOM object.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family