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



Provides general information about a DICOM object

Object Model

ObjectInstanceInformation Class

Syntax

Visual Basic (Declaration) 
<DataContractAttribute()>
<KnownTypeAttribute(MethodName="", Type=Leadtools.Dicom.Web.ObjectInstanceInformationEx)>
<DebuggerStepThroughAttribute()>
<SerializableAttribute()>
Public Class ObjectInstanceInformation 
   Implements INotifyPropertyChangedIExtensibleDataObject 
Visual Basic (Usage)Copy Code
Dim instance As ObjectInstanceInformation
C# 
[DataContractAttribute()]
[KnownTypeAttribute(MethodName="", Type=Leadtools.Dicom.Web.ObjectInstanceInformationEx)]
[DebuggerStepThroughAttribute()]
[SerializableAttribute()]
public class ObjectInstanceInformation : INotifyPropertyChangedIExtensibleDataObject  
C++/CLI 
[DataContractAttribute()]
[KnownTypeAttribute(MethodName="", Type=Leadtools.Dicom.Web.ObjectInstanceInformationEx)]
[DebuggerStepThroughAttribute()]
[SerializableAttribute()]
public ref class ObjectInstanceInformation : public INotifyPropertyChangedIExtensibleDataObject  

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Web.ObjectInstanceInformation
      Leadtools.Dicom.Web.ObjectInstanceInformationEx

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also