C# Class ClearCanvas.Dicom.DicomAttributeSingleValueText

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public abstract Copy ( ) : ClearCanvas.Dicom.DicomAttribute
Résultat ClearCanvas.Dicom.DicomAttribute

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValueType() public méthode

public GetValueType ( ) : Type
Résultat System.Type

SetEmptyValue() public méthode

public SetEmptyValue ( ) : void
Résultat void

SetNullValue() public méthode

public SetNullValue ( ) : void
Résultat void

SetString() public méthode

public SetString ( int index, string value ) : void
index int
value string
Résultat void

SetStringValue() public méthode

public SetStringValue ( String stringValue ) : void
stringValue String
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryGetString() public méthode

public TryGetString ( int i, String &value ) : bool
i int
value String
Résultat bool