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 |
Method | Description | |
---|---|---|
DcmDictionaryEntry ( string group, string element, string name, string privcreator, |
Initializes a new instance of the DcmDictionaryEntry class.
|
|
IsMatchForTag ( Dicom.Data.DicomTag tag ) : bool |
Checks tag against mask
|
|
ToString ( ) : string |
Description of this entry
|
public DcmDictionaryEntry ( string group, string element, string name, string privcreator, |
||
group | string | Group |
element | string | Element |
name | string | Name |
privcreator | string | Private Creator |
vrs | VR | |
vm | string | VM |
retired | bool | Retired |
return | System |
public IsMatchForTag ( Dicom.Data.DicomTag tag ) : bool | ||
tag | Dicom.Data.DicomTag | |
return | bool |