Class DicomUnlimitedCharacters
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Unlimited Characters (UC)
public class DicomUnlimitedCharacters : DicomMultiStringElement, IComparable<DicomItem>, IComparable
- Inheritance
-
DicomUnlimitedCharacters
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomUnlimitedCharacters(DicomTag, params string[])
public DicomUnlimitedCharacters(DicomTag tag, params string[] values)
Parameters
DicomUnlimitedCharacters(DicomTag, Encoding[], IByteBuffer)
public DicomUnlimitedCharacters(DicomTag tag, Encoding[] encodings, IByteBuffer data)
Parameters
tag
DicomTagencodings
Encoding[]data
IByteBuffer
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }
Property Value
Methods
ValidateVM()
protected override void ValidateVM()