Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
Modifier and Type | Class and Description |
---|---|
static class |
IOD.And |
(package private) static class |
IOD.CompositeCondition |
static class |
IOD.MemberOf |
static class |
IOD.Or |
static class |
IOD.Present |
Modifier and Type | Field and Description |
---|---|
private IOD.Condition |
IOD.condition |
private IOD.Condition |
IOD.DataElement.condition |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<IOD.Condition> |
IOD.CompositeCondition.childs |
private LinkedList<IOD.Condition> |
IOD.SAXHandler.conditionStack |
private Map<String,IOD.Condition> |
IOD.SAXHandler.id2cond |
Modifier and Type | Method and Description |
---|---|
IOD.Condition |
IOD.getCondition() |
IOD.Condition |
IOD.DataElement.getCondition() |
IOD.Condition |
IOD.Condition.id(String id) |
IOD.Condition |
IOD.Condition.not() |
IOD.Condition |
IOD.Condition.trim() |
IOD.Condition |
IOD.CompositeCondition.trim() |
Modifier and Type | Method and Description |
---|---|
void |
IOD.Condition.addChild(IOD.Condition child) |
void |
IOD.CompositeCondition.addChild(IOD.Condition child) |
void |
IOD.setCondition(IOD.Condition condition) |
IOD.DataElement |
IOD.DataElement.setCondition(IOD.Condition condition) |
private void |
IOD.SAXHandler.startCondition(String name,
IOD.Condition cond) |
Copyright © 2017 dcm4che.org. All rights reserved.