Table of Contents

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

dataset DicomDataset

DicomCodeItem(DicomSequence)

public DicomCodeItem(DicomSequence sequence)

Parameters

sequence DicomSequence

DicomCodeItem(string, string, string, string)

public DicomCodeItem(string value, string scheme, string meaning, string version = null)

Parameters

value string
scheme string
meaning string
version string

Properties

Meaning

public string Meaning { get; }

Property Value

string

Scheme

public string Scheme { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string

Version

public string Version { get; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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

a DicomCodeItem
b DicomCodeItem

Returns

bool

operator !=(DicomCodeItem, DicomCodeItem)

public static bool operator !=(DicomCodeItem a, DicomCodeItem b)

Parameters

a DicomCodeItem
b DicomCodeItem

Returns

bool