- getField(String) - Method in class com.illcode.hl7.Message
-
Returns the string value of a segment field given a path-like spec string as input.
- getFieldValue(int, int, int, int) - Method in class com.illcode.hl7.Segment
-
Return the string value of a given field/component/subcomponent, or the empty string ("") if
the requested value does not exist, or is a null value.
- getFieldValue(int) - Method in class com.illcode.hl7.Segment
-
- getFieldValue(int, int) - Method in class com.illcode.hl7.Segment
-
- getFieldValue(int, int, int) - Method in class com.illcode.hl7.Segment
-
- getId() - Method in class com.illcode.hl7.Segment
-
Get the ID of this segment (ex.
- getMessageType() - Method in class com.illcode.hl7.Message
-
Returns the message type found in MSH.9
, if present, or null otherwise.
- getParams() - Method in class com.illcode.hl7.HL7Encoder
-
Return the parameters being used by this HL7Encoder
- getParams() - Method in class com.illcode.hl7.HL7Parser
-
Return the parameters being used by this HL7Parser
- getSegment(String, int) - Method in class com.illcode.hl7.Message
-
Return a given reptition of segments with the given ID, or
null if no such segment is in the Message.
- getSegment(String) - Method in class com.illcode.hl7.Message
-
Return the first segment (among any repetitions) with the given ID, or
null if no such segment is in the Message.
- getSegmentIds() - Method in class com.illcode.hl7.Message
-
Return a set of all the segment IDs in the message.
- getSegments(String) - Method in class com.illcode.hl7.Message
-
Return a list of repetitions for a given segment ID, or null if no segment with
that ID is in the message.
- scalar(String) - Static method in class com.illcode.hl7.Segment.FieldValue
-
Create and return a scalar FieldValue
, whose String value is given as an argument.
- Segment - Class in com.illcode.hl7
-
Field data in a single HL7v2 segment.
- Segment(String) - Constructor for class com.illcode.hl7.Segment
-
Construct an empty segment with the given ID.
- Segment(String, List<List<Segment.FieldValue>>) - Constructor for class com.illcode.hl7.Segment
-
Construct a segment with the given ID and list of field values.
- Segment(String, int) - Constructor for class com.illcode.hl7.Segment
-
Construct an empty segment with a hint about its final size.
- Segment.FieldValue - Class in com.illcode.hl7
-
The value of a field (scalar or composite).
- Segment.FieldValue() - Constructor for class com.illcode.hl7.Segment.FieldValue
-
Construct a null-value FieldValue
- Segment.FieldValue(String) - Constructor for class com.illcode.hl7.Segment.FieldValue
-
Construct a scalar FieldValue (no children)
- Segment.FieldValue(List<Segment.FieldValue>) - Constructor for class com.illcode.hl7.Segment.FieldValue
-
Construct a composite FieldValue
- segments() - Method in class com.illcode.hl7.Message
-
Return a collection of all the repetitions of segments in the message.
- setField(String, String) - Method in class com.illcode.hl7.Message
-
Sets a field of a segment in the message.
- setFieldValue(int, int, int, int, String) - Method in class com.illcode.hl7.Segment
-
Set the scalar value for a specified field/repetition/component/subcomponent.
- setFieldValue(int, String) - Method in class com.illcode.hl7.Segment
-
- setFieldValue(int, int, String) - Method in class com.illcode.hl7.Segment
-
- setFieldValue(int, int, int, String) - Method in class com.illcode.hl7.Segment
-
- setParams(HL7Params) - Method in class com.illcode.hl7.HL7Encoder
-
Set the parameters to be used by this HL7Encoder
- setParams(HL7Params) - Method in class com.illcode.hl7.HL7Parser
-
Set the parameters to be used by this HL7Parser
- slurpReaderText(Reader, int) - Static method in class com.illcode.hl7.HL7Parser
-
Read all characters available from a Reader and return them as a string.
- subcomponentSeparator - Variable in class com.illcode.hl7.HL7Params
-