public static class IOD.MemberOf extends IOD.Present
| Modifier and Type | Field and Description |
|---|---|
private boolean |
matchNotPresent |
private int |
valueIndex |
private Object |
values |
private VR |
vr |
itemPath, tagid, not| Constructor and Description |
|---|
MemberOf(int tag,
VR vr,
int valueIndex,
boolean matchNotPresent,
int... itemPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Attributes attrs) |
private boolean |
match(Attributes item,
Code[] codes) |
private boolean |
match(Attributes item,
int[] is) |
private boolean |
match(Attributes item,
String[] ss) |
IOD.MemberOf |
setValues(Code... values) |
IOD.MemberOf |
setValues(int... values) |
IOD.MemberOf |
setValues(String... values) |
VR |
vr() |
itemprivate final int valueIndex
private final boolean matchNotPresent
public IOD.MemberOf setValues(String... values)
public IOD.MemberOf setValues(int... values)
public IOD.MemberOf setValues(Code... values)
public boolean match(Attributes attrs)
match in class IOD.Presentprivate boolean match(Attributes item, String[] ss)
private boolean match(Attributes item, Code[] codes)
private boolean match(Attributes item, int[] is)
Copyright © 2017 dcm4che.org. All rights reserved.