Package | Description |
---|---|
org.dcm4che3.hl7 |
This package is part of the Maven module dcm4che-hl7.
|
Modifier and Type | Field and Description |
---|---|
private EnumSet<Delimiter> |
HL7Parser.open |
Modifier and Type | Method and Description |
---|---|
private Delimiter |
HL7Parser.delimiter(String tk) |
(package private) abstract Delimiter |
Delimiter.parent() |
static Delimiter |
Delimiter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Delimiter[] |
Delimiter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
HL7Parser.endElement(Delimiter delimiter) |
private void |
HL7Parser.startElement(Delimiter d) |
Copyright © 2017 dcm4che.org. All rights reserved.