Deletes a Presentation Context in the DICOM Associate.
public void DeletePresentation(
byte id
)
Public Sub DeletePresentation( _
ByVal id As Byte _
)
public:
void DeletePresentation(
byte id
)
id
Presentation Context ID. The ID provides information about both the class type of the data and the Transfer Syntax to use when transferring the data.
A DICOM Associate can have multiple Presentation Contexts. Any of these can be deleted by passing the appropriate value for id. The number of Presentation Contexts a DICOM Associate has is specified by PresentationContextCount.
PresentationContextCount Property
GetPresentationContextID Method
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