C# 클래스 Dicom.Data.DcmDictionaryEntry

DICOM Dictionary Entry
파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowedVRs Dicom.Data.DicomVR[]
DisplayTag string
Element ushort
Group ushort
IsPrivate bool
Mask uint
MaximumVM uint
MinimumVM uint
MultipleVM uint
Name string
PrivateCreator string
Retired bool
Tag uint
VM string

공개 메소드들

메소드 설명
DcmDictionaryEntry ( string group, string element, string name, string privcreator, DicomVR vrs, string vm, bool retired ) : System

Initializes a new instance of the DcmDictionaryEntry class.

IsMatchForTag ( Dicom.Data.DicomTag tag ) : bool

Checks tag against mask

ToString ( ) : string

Description of this entry

메소드 상세

DcmDictionaryEntry() 공개 메소드

Initializes a new instance of the DcmDictionaryEntry class.
public DcmDictionaryEntry ( string group, string element, string name, string privcreator, DicomVR vrs, string vm, bool retired ) : System
group string Group
element string Element
name string Name
privcreator string Private Creator
vrs DicomVR VR
vm string VM
retired bool Retired
리턴 System

IsMatchForTag() 공개 메소드

Checks tag against mask
public IsMatchForTag ( Dicom.Data.DicomTag tag ) : bool
tag Dicom.Data.DicomTag
리턴 bool

ToString() 공개 메소드

Description of this entry
public ToString ( ) : string
리턴 string

프로퍼티 상세

AllowedVRs 공개적으로 프로퍼티

Allowed VRs
public DicomVR[],Dicom.Data AllowedVRs
리턴 Dicom.Data.DicomVR[]

DisplayTag 공개적으로 프로퍼티

Formatted tag for display
public string DisplayTag
리턴 string

Element 공개적으로 프로퍼티

Element
public ushort Element
리턴 ushort

Group 공개적으로 프로퍼티

Group
public ushort Group
리턴 ushort

IsPrivate 공개적으로 프로퍼티

Set to true if tag is private, false otherwise
public bool IsPrivate
리턴 bool

Mask 공개적으로 프로퍼티

DICOM Tag mask
public uint Mask
리턴 uint

MaximumVM 공개적으로 프로퍼티

Maximum number of values accepted
public uint MaximumVM
리턴 uint

MinimumVM 공개적으로 프로퍼티

Minimum number of values required
public uint MinimumVM
리턴 uint

MultipleVM 공개적으로 프로퍼티

Mutiple VM
public uint MultipleVM
리턴 uint

Name 공개적으로 프로퍼티

Name
public string Name
리턴 string

PrivateCreator 공개적으로 프로퍼티

Private Creator
public string PrivateCreator
리턴 string

Retired 공개적으로 프로퍼티

Retired
public bool Retired
리턴 bool

Tag 공개적으로 프로퍼티

DICOM Tag card
public uint Tag
리턴 uint

VM 공개적으로 프로퍼티

Value multiplicity description
public string VM
리턴 string