|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodingCharacters | |
|---|---|
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.preparser | |
| Uses of EncodingCharacters in ca.uhn.hl7v2.parser |
|---|
| Fields in ca.uhn.hl7v2.parser declared as EncodingCharacters | |
|---|---|
protected EncodingCharacters |
Pointer.encodingChars
Deprecated. |
| Methods in ca.uhn.hl7v2.parser that return EncodingCharacters | |
|---|---|
static EncodingCharacters |
EncodingCharacters.getInstance(Message message)
Returns an instance using the MSH-1 and MSH-2 values of the given message |
| Methods in ca.uhn.hl7v2.parser with parameters of type EncodingCharacters | |
|---|---|
String |
XMLParser.doEncode(Segment structure,
EncodingCharacters encodingCharacters)
Throws unsupported operation exception |
String |
PipeParser.doEncode(Segment structure,
EncodingCharacters encodingCharacters)
Encodes a particular segment and returns the encoded structure |
abstract String |
Parser.doEncode(Segment structure,
EncodingCharacters encodingCharacters)
Encodes a particular segment and returns the encoded structure |
String |
OldPipeParser.doEncode(Segment structure,
EncodingCharacters encodingCharacters)
Deprecated. Encodes a particular segment and returns the encoded structure |
String |
GenericParser.doEncode(Segment structure,
EncodingCharacters encodingCharacters)
Encodes a particular segment and returns the encoded structure |
String |
FastParser.doEncode(Segment structure,
EncodingCharacters encodingCharacters)
Deprecated. Not supported, throws UnsupportedOperationException |
String |
XMLParser.doEncode(Type type,
EncodingCharacters encodingCharacters)
Throws unsupported operation exception |
String |
PipeParser.doEncode(Type type,
EncodingCharacters encodingCharacters)
Encodes a particular type and returns the encoded structure |
abstract String |
Parser.doEncode(Type type,
EncodingCharacters encodingCharacters)
Encodes a particular type and returns the encoded structure |
String |
OldPipeParser.doEncode(Type type,
EncodingCharacters encodingCharacters)
Deprecated. Encodes a particular type and returns the encoded structure |
String |
GenericParser.doEncode(Type type,
EncodingCharacters encodingCharacters)
Encodes a particular type and returns the encoded structure |
String |
FastParser.doEncode(Type type,
EncodingCharacters encodingCharacters)
Deprecated. Not supported, throws UnsupportedOperationException |
static String |
PipeParser.encode(Group source,
EncodingCharacters encodingChars)
Returns given group serialized as a pipe-encoded string - this method is called by encode(Message source, String encoding). |
static String |
OldPipeParser.encode(Group source,
EncodingCharacters encodingChars)
Deprecated. Returns given group serialized as a pipe-encoded string - this method is called by encode(Message source, String encoding). |
static String |
PipeParser.encode(Segment source,
EncodingCharacters encodingChars)
|
static String |
OldPipeParser.encode(Segment source,
EncodingCharacters encodingChars)
Deprecated. |
static String |
PipeParser.encode(Type source,
EncodingCharacters encodingChars)
Encodes the given Type, using the given encoding characters. |
static String |
OldPipeParser.encode(Type source,
EncodingCharacters encodingChars)
Deprecated. Encodes the given Type, using the given encoding characters. |
static String |
Escape.escape(String text,
EncodingCharacters encChars)
|
void |
XMLParser.parse(Segment segment,
String string,
EncodingCharacters encodingCharacters)
Throws unsupported operation exception |
void |
PipeParser.parse(Segment destination,
String segment,
EncodingCharacters encodingChars)
Parses a segment string and populates the given Segment object. |
abstract void |
Parser.parse(Segment segment,
String string,
EncodingCharacters encodingCharacters)
Parses a particular segment and returns the encoded structure |
void |
OldPipeParser.parse(Segment destination,
String segment,
EncodingCharacters encodingChars)
Deprecated. Parses a segment string and populates the given Segment object. |
void |
GenericParser.parse(Segment segment,
String string,
EncodingCharacters encodingCharacters)
Parses a particular segment and returns the encoded structure |
void |
FastParser.parse(Segment segment,
String string,
EncodingCharacters encodingCharacters)
Deprecated. Not supported, throws UnsupportedOperationException |
void |
PipeParser.parse(Segment destination,
String segment,
EncodingCharacters encodingChars,
Integer theRepetition)
Parses a segment string and populates the given Segment object. |
void |
XMLParser.parse(Type type,
String string,
EncodingCharacters encodingCharacters)
Throws unsupported operation exception |
void |
PipeParser.parse(Type destinationField,
String data,
EncodingCharacters encodingCharacters)
Fills a field with values from an unparsed string representing the field. |
abstract void |
Parser.parse(Type type,
String string,
EncodingCharacters encodingCharacters)
Parses a particular type and returns the encoded structure |
void |
OldPipeParser.parse(Type destinationField,
String data,
EncodingCharacters encodingCharacters)
Deprecated. Fills a field with values from an unparsed string representing the field. |
void |
GenericParser.parse(Type type,
String string,
EncodingCharacters encodingCharacters)
Parses a particular type and returns the encoded structure |
void |
FastParser.parse(Type type,
String string,
EncodingCharacters encodingCharacters)
Deprecated. Not supported, throws UnsupportedOperationException |
static String |
Escape.unescape(String text,
EncodingCharacters encChars)
|
| Constructors in ca.uhn.hl7v2.parser with parameters of type EncodingCharacters | |
|---|---|
EncodingCharacters(EncodingCharacters other)
copies contents of "other" |
|
GroupPointer(PipeParser parser,
Group parent,
int position,
EncodingCharacters encodingChars)
Deprecated. Creates new GroupPointer |
|
MessagePointer(PipeParser parser,
Message message,
EncodingCharacters encodingChars)
Deprecated. Creates new GroupPointer |
|
SegmentPointer(PipeParser parser,
Group parent,
int position,
EncodingCharacters encodingChars)
Deprecated. Creates new SegmentPointer |
|
| Uses of EncodingCharacters in ca.uhn.hl7v2.preparser |
|---|
| Methods in ca.uhn.hl7v2.preparser with parameters of type EncodingCharacters | |
|---|---|
protected static boolean |
ER7.parseMSHSegmentWhole(Properties props,
List<DatumPath> msgMask,
EncodingCharacters encodingChars,
String segment)
given segment, starting with "MSH", then encoding characters, etc... |
protected static void |
ER7.parseSegmentWhole(Properties props,
Map<String,Integer> segmentId2nextRepIdx,
List<DatumPath> msgMask,
EncodingCharacters encodingChars,
String segment)
pass in a whole segment (of type other than MSH), including message type at the start, according to encodingChars, and we'll parse the contents and put them in props. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||