VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataController Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DicomAnnotationDataController Class Members
    In This Topic
    The following tables list the members exposed by DicomAnnotationDataController.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DicomAnnotationDataController class.
    Public Properties
     NameDescription
    Public PropertyGets the ImageCollection associated with this AnnotationDataController. (Inherited from AnnotationDataControllerBase)
    Public PropertyGets the AnnotationDataCollection object at the specified index. (Inherited from AnnotationDataControllerBase)
    Public Methods
     NameDescription
    Public MethodAdds the DICOM annotation data set to the controller.
    Public MethodOverloaded. Clones the image with annotations and insert it at specified index. (Inherited from AnnotationDataControllerBase)
    Public MethodReleases all resources used by the AnnotationDataController.
    Public MethodOverloaded. Returns the object at the specified index. (Inherited from AnnotationDataControllerBase)
    Public MethodReturns the VintasoftImage object associated with the specified AnnotationDataCollection. (Inherited from AnnotationDataControllerBase)
    Public MethodReturns cloned image with drawn annotations. (Inherited from AnnotationDataControllerBase)
    Public MethodReturns a value indicating whether the annotation collection for specified image is loaded. (Inherited from AnnotationDataControllerBase)
    Public MethodRemoves the DICOM annotation data set from the controller.
    Public MethodUpdates all DICOM annotation data sets associated with the controller.
    Protected Methods
     NameDescription
    Protected MethodCreates an empty annotation data collection.
    Protected MethodLoads the annotations of specified image.
    Protected MethodAn exception occurs during deserialization of annotation data collection. (Inherited from AnnotationDataControllerBase)
    Protected MethodAn annotation data collection is added to the controller. (Inherited from AnnotationDataControllerBase)
    Protected MethodAn annotation data collection is removed from the controller. (Inherited from AnnotationDataControllerBase)
    Protected MethodSubscribes to the image events. (Inherited from AnnotationDataControllerBase)
    Protected MethodUnsubscribes from the image events. (Inherited from AnnotationDataControllerBase)
    Public Events
     NameDescription
    Public EventOccurs when an exception occurs during deserialization of annotation data collection. (Inherited from AnnotationDataControllerBase)
    Public EventOccurs when an annotation data collection is added to the controller. (Inherited from AnnotationDataControllerBase)
    Public EventOccurs when an annotation data collection is removed from the controller. (Inherited from AnnotationDataControllerBase)
    See Also