C# 클래스 ClearCanvas.Dicom.DicomAttributeSingleValueText

DicomAttribute derived class for storing single value text value representation attributes.
상속: ClearCanvas.Dicom.DicomAttribute
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Copy() 공개 추상적인 메소드

public abstract Copy ( ) : ClearCanvas.Dicom.DicomAttribute
리턴 ClearCanvas.Dicom.DicomAttribute

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValueType() 공개 메소드

public GetValueType ( ) : Type
리턴 System.Type

SetEmptyValue() 공개 메소드

public SetEmptyValue ( ) : void
리턴 void

SetNullValue() 공개 메소드

public SetNullValue ( ) : void
리턴 void

SetString() 공개 메소드

public SetString ( int index, string value ) : void
index int
value string
리턴 void

SetStringValue() 공개 메소드

public SetStringValue ( String stringValue ) : void
stringValue String
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetString() 공개 메소드

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