Returns a Leadtools.Dicom.Scu.Common.PresentationContext that contains the abstract syntax and transfer syntax of a Leadtools.Dicom.DicomDataSet
public static PresentationContext GetCompatiblePresentationContext(
DicomDataSet ds
)
Public Shared Function GetCompatiblePresentationContext( _
ByVal ds As Leadtools.Dicom.DicomDataSet _
) As Leadtools.Dicom.Scu.Common.PresentationContext
public:
static Leadtools.Dicom.Scu.Common.PresentationContext^ GetCompatiblePresentationContext(
Leadtools.Dicom.DicomDataSet^ ds
)
ds
The Leadtools.Dicom.DicomDataSet that is used to generate the Leadtools.Dicom.Scu.Common.PresentationContext
a Leadtools.Dicom.Scu.Common.PresentationContext that contains the abstract syntax and transfer syntax of a Leadtools.Dicom.DicomDataSet
Since the C-GET requests and retrieves information on the same DICOM association, you must the SOP Class UID of the DICOM instances that are to be retrieved prior to the DICOM assocation. If you have access to a Leadtools.Dicom.DicomDataSet that is compatible with the instances that you are trying to retrieve, then you can use this method to generate a compatible Leadtools.Dicom.Scu.Common.PresentationContext. This presentation context can then be added to the last parameter (a List of Leadtools.Dicom.Scu.Common.PresentationContext) of any of the Get(dicomscp,dicomdataset) methods.
For an example, refer to Get(dicomscp,string,list<presentationcontext>)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET