C# Class ClearCanvas.Dicom.DicomAttributeSingleValueText

DicomAttribute derived class for storing single value text value representation attributes.
Inheritance: ClearCanvas.Dicom.DicomAttribute
Show file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Public Methods

Method Description
Copy ( ) : ClearCanvas.Dicom.DicomAttribute
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValueType ( ) : Type
SetEmptyValue ( ) : void
SetNullValue ( ) : void
SetString ( int index, string value ) : void
SetStringValue ( String stringValue ) : void
ToString ( ) : string
TryGetString ( int i, String &value ) : bool

Private Methods

Method Description
Copy ( bool copyBinary ) : ClearCanvas.Dicom.DicomAttribute
DicomAttributeSingleValueText ( DicomAttributeSingleValueText attrib ) : System
DicomAttributeSingleValueText ( ClearCanvas.Dicom.DicomTag tag ) : System
DicomAttributeSingleValueText ( ClearCanvas.Dicom.DicomTag tag, ByteBuffer item ) : System
DicomAttributeSingleValueText ( uint tag ) : System
GetByteBuffer ( ClearCanvas.Dicom.TransferSyntax syntax, String specificCharacterSet ) : ByteBuffer

Method Details

Copy() public abstract method

public abstract Copy ( ) : ClearCanvas.Dicom.DicomAttribute
return ClearCanvas.Dicom.DicomAttribute

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValueType() public method

public GetValueType ( ) : Type
return System.Type

SetEmptyValue() public method

public SetEmptyValue ( ) : void
return void

SetNullValue() public method

public SetNullValue ( ) : void
return void

SetString() public method

public SetString ( int index, string value ) : void
index int
value string
return void

SetStringValue() public method

public SetStringValue ( String stringValue ) : void
stringValue String
return void

ToString() public method

public ToString ( ) : string
return string

TryGetString() public method

public TryGetString ( int i, String &value ) : bool
i int
value String
return bool