Table of Contents

Class DicomPrivateCreator

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll
[DataContract]
public sealed class DicomPrivateCreator : IEquatable<DicomPrivateCreator>, IComparable<DicomPrivateCreator>, IComparable
Inheritance
DicomPrivateCreator
Implements
Inherited Members
Extension Methods

Constructors

DicomPrivateCreator(string)

Initializes a new instance of the DicomPrivateCreator class.

public DicomPrivateCreator(string creator)

Parameters

creator string

The textual value of the private creator

Properties

Creator

[DataMember]
public string Creator { get; }

Property Value

string

Methods

CompareTo(DicomPrivateCreator)

public int CompareTo(DicomPrivateCreator other)

Parameters

other DicomPrivateCreator

Returns

int

CompareTo(object)

public int CompareTo(object obj)

Parameters

obj object

Returns

int

Equals(DicomPrivateCreator)

public bool Equals(DicomPrivateCreator other)

Parameters

other DicomPrivateCreator

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string