Table of Contents

Class DicomUniversalResource

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Universal Resource Identifier or Universal Resource Locator (UR)

public class DicomUniversalResource : DicomStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomUniversalResource
Implements
Inherited Members
Extension Methods

Constructors

DicomUniversalResource(DicomTag, string)

public DicomUniversalResource(DicomTag tag, string value)

Parameters

tag DicomTag
value string

DicomUniversalResource(DicomTag, Encoding[], IByteBuffer)

public DicomUniversalResource(DicomTag tag, Encoding[] encodings, IByteBuffer data)

Parameters

tag DicomTag
encodings Encoding[]
data IByteBuffer

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR