C# Class Dicom.Data.DcmDictionaryEntry

DICOM Dictionary Entry
ファイルを表示 Open project: fo-dicom/mdcm Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

DcmDictionaryEntry() public method

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
return System

IsMatchForTag() public method

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

ToString() public method

Description of this entry
public ToString ( ) : string
return string

Property Details

AllowedVRs public_oe property

Allowed VRs
public DicomVR[],Dicom.Data AllowedVRs
return Dicom.Data.DicomVR[]

DisplayTag public_oe property

Formatted tag for display
public string DisplayTag
return string

Element public_oe property

Element
public ushort Element
return ushort

Group public_oe property

Group
public ushort Group
return ushort

IsPrivate public_oe property

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

Mask public_oe property

DICOM Tag mask
public uint Mask
return uint

MaximumVM public_oe property

Maximum number of values accepted
public uint MaximumVM
return uint

MinimumVM public_oe property

Minimum number of values required
public uint MinimumVM
return uint

MultipleVM public_oe property

Mutiple VM
public uint MultipleVM
return uint

Name public_oe property

Name
public string Name
return string

PrivateCreator public_oe property

Private Creator
public string PrivateCreator
return string

Retired public_oe property

Retired
public bool Retired
return bool

Tag public_oe property

DICOM Tag card
public uint Tag
return uint

VM public_oe property

Value multiplicity description
public string VM
return string