|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.protocol.impl.MetadataExtractor
public class MetadataExtractor
A utility for getting a list of fields from a Message
,
e.g. for inclusion in a Transportable
.
Constructor Summary | |
---|---|
MetadataExtractor()
|
Method Summary | |
---|---|
static java.util.Map |
getFields(Message theMessage,
java.util.List theTerserPaths)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataExtractor()
Method Detail |
---|
public static java.util.Map getFields(Message theMessage, java.util.List theTerserPaths) throws HL7Exception
theMessage
- a message from which to extract fieldstheTerserPaths
- a list of paths to desired fields, in the
form required by Terser
.
HL7Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |