Class DicomCodeItem
- Namespace
- FellowOakDicom.StructuredReport
- Assembly
- fo-dicom.core.dll
public class DicomCodeItem : DicomDataset, IEnumerable<DicomItem>, IEnumerable, IEquatable<DicomDataset>
- Inheritance
-
DicomCodeItem
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomCodeItem(DicomDataset)
public DicomCodeItem(DicomDataset dataset)
Parameters
datasetDicomDataset
DicomCodeItem(DicomSequence)
public DicomCodeItem(DicomSequence sequence)
Parameters
sequenceDicomSequence
DicomCodeItem(string, string, string, string)
public DicomCodeItem(string value, string scheme, string meaning, string version = null)
Parameters
Properties
Meaning
public string Meaning { get; }
Property Value
Scheme
public string Scheme { get; }
Property Value
Value
public string Value { get; }
Property Value
Version
public string Version { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
operator ==(DicomCodeItem, DicomCodeItem)
public static bool operator ==(DicomCodeItem a, DicomCodeItem b)
Parameters
Returns
operator !=(DicomCodeItem, DicomCodeItem)
public static bool operator !=(DicomCodeItem a, DicomCodeItem b)