LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetPrinterConfiguration Method
See Also 
Leadtools.Dicom Namespace > DicomPrintScu Class : GetPrinterConfiguration Method



Queries the Print SCP for the printer configuration information and returns the retrieved information.

Syntax

Visual Basic (Declaration) 
Public Function GetPrinterConfiguration() As DicomDataSet
Visual Basic (Usage)Copy Code
Dim instance As DicomPrintScu
Dim value As DicomDataSet
 
value = instance.GetPrinterConfiguration()
C# 
public DicomDataSet GetPrinterConfiguration()
C++/CLI 
public:
DicomDataSet^ GetPrinterConfiguration(); 

Return Value

A DicomDataSet object the holds the retrieved printer configuration information. The information is sent by the Print SCP as one or more Items in a Printer Configuration Sequence (2000,001E). The various members of the DicomDataSet class can be used to investigate the retrieved information.

Example

For an example, refer to DicomPrintScu.Associate.

Remarks

Two of the exceptions that can be thrown by this method are:
Exception Type Condition
DicomExceptionCode.PrintSCUFailureStatus The response of the Print SCP specifies a Failure status code.
DicomExceptionCode.PrintSCUClassNotSupported The Printer Configuration Retrieval SOP Class is not supported on the Association.

The method will not return until it receives the response of the Print SCP, or an error occurs. The method GetLastOperationStatus can be used to obtain the status code specified in the response of the Print SCP. If the method GetPrinterConfiguration is successful, the printer configuration information was retrieved successfully, with either a Success or Warning status code in the response of the Print SCP.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features