Class DicomOtherWord
Other Word (OW)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomOtherWord : DicomValueElement<ushort>, IComparable<DicomItem>, IComparable
Constructors
DicomOtherWord(DicomTag, IByteBuffer)
Declaration
public DicomOtherWord(DicomTag tag, IByteBuffer data)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
IByteBuffer | data |
DicomOtherWord(DicomTag, UInt16[])
Declaration
public DicomOtherWord(DicomTag tag, params ushort[] values)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.UInt16[] | values |
Properties
ValueRepresentation
Declaration
public override DicomVR ValueRepresentation { get; }
Property Value
Type | Description |
---|---|
DicomVR |
Overrides
Methods
Equals(DicomElement)
Declaration
public override bool Equals(DicomElement other)
Parameters
Type | Name | Description |
---|---|---|
DicomElement | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
FellowOakDicom.DicomValueElement<System.UInt16>.Equals(FellowOakDicom.DicomElement)
ValidateVM()
Declaration
protected override void ValidateVM()
Overrides
Implements
System.IComparable<T>
System.IComparable