Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
Modifier and Type | Field and Description |
---|---|
private IOD.DataElementType |
IOD.type |
IOD.DataElementType |
IOD.DataElement.type |
Modifier and Type | Method and Description |
---|---|
IOD.DataElementType |
IOD.getType() |
private IOD.DataElementType |
IOD.SAXHandler.typeOf(String s) |
static IOD.DataElementType |
IOD.DataElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOD.DataElementType[] |
IOD.DataElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IOD.setType(IOD.DataElementType type) |
Constructor and Description |
---|
DataElement(int tag,
VR vr,
IOD.DataElementType type,
int minVM,
int maxVM,
int valueNumber) |
Copyright © 2017 dcm4che.org. All rights reserved.