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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
private 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
IOException
public static IOD load(String uri) throws IOException
IOException
Copyright © 2017 dcm4che.org. All rights reserved.