public class IOD extends ArrayList<IOD.DataElement>
| Modifier and Type | Class and Description |
|---|---|
static class |
IOD.And |
(package private) static class |
IOD.CompositeCondition |
static class |
IOD.Condition |
static class |
IOD.DataElement |
static class |
IOD.DataElementType |
static class |
IOD.MemberOf |
static class |
IOD.Or |
static class |
IOD.Present |
private static class |
IOD.SAXHandler |
| Modifier and Type | Field and Description |
|---|---|
private IOD.Condition |
condition |
private int |
lineNumber |
private static long |
serialVersionUID |
private IOD.DataElementType |
type |
modCount| Constructor and Description |
|---|
IOD() |
| Modifier and Type | Method and Description |
|---|---|
IOD.Condition |
getCondition() |
int |
getLineNumber() |
IOD.DataElementType |
getType() |
static IOD |
load(String uri) |
void |
parse(String uri) |
void |
setCondition(IOD.Condition condition) |
void |
setLineNumber(int lineNumber) |
void |
setType(IOD.DataElementType type) |
static IOD |
valueOf(Code code) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprivate static final long serialVersionUID
private IOD.DataElementType type
private IOD.Condition condition
private int lineNumber
public IOD()
public void setType(IOD.DataElementType type)
public IOD.DataElementType getType()
public void setCondition(IOD.Condition condition)
public IOD.Condition getCondition()
public int getLineNumber()
public void setLineNumber(int lineNumber)
public void parse(String uri) throws IOException
IOExceptionpublic static IOD load(String uri) throws IOException
IOExceptionCopyright © 2017 dcm4che.org. All rights reserved.