LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ObjectInstanceInformation Class Members
See Also  Properties  Methods  Events
Leadtools.Dicom.Web Namespace : ObjectInstanceInformation Class

The following tables list the members exposed by ObjectInstanceInformation.

Public Constructors

 NameDescription
public Constructor ObjectInstanceInformation ConstructorInitializes a new instance of the ObjectInstanceInformation class.  
Top

Public Properties

 NameDescription
public Property ExtensionDataOverloaded. Inherits from System.Runtime.Serialization.IExtensibleDataObject  
public Property ImageNumberGets or sets the Image number for the specified DICOM object  
public Property SeriesInstanceUIDGets or sets the Series Instance UID for the specified DICOM object.  
public Property SOPClassUIDGet or sets the SOP Class UID for the specified DICOM object.  
public Property SOPInstanceUIDGets or sets the SOP Instance UID for the identifying the DCIOM object.  
public Property StationNameGets or sets the Station Name for the specified DICOM object.  
public Property StudyInstanceUIDGets or sets the Study Instance UID for the specified DICOM object.  
public Property TransferSyntaxGets or sets the Transfer Syntax for the specified DICOM object.  
Top

Protected Methods

 NameDescription
protected Method RaisePropertyChangedRaises the Study.PropertyChanged event.  
Top

Public Events

 NameDescription
public Event PropertyChangedOccurs when a property value change.  
Top

See Also