VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomReference Class
Constructors Properties Methods Operators SeeAlso
In This Topic
DicomReference Class Members
In This Topic
The following tables list the members exposed by DicomReference.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets the SOP (Service-Object Pair) class.
Public PropertyGets the SOP (Service-Object Pair) instance.
Public Methods
 NameDescription
Public MethodDetermines whether the specified System.Object, is equal to this instance.
Public MethodReturns a hash code for this instance.
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
Public MethodReturns a System.String that represents this instance.
Public Operators
 NameDescription
Public OperatorCompares two DicomReference instances. The result specifies whether the values of the SopClass, SopInstance properties of the two DicomReference instances are equal.
Public OperatorCompares two DicomReference instances. The result specifies whether the values of the SopClass, SopInstance instances are unequal.
See Also