gov.lanl.Utility
Class HL7Parser

java.lang.Object
  |
  +--gov.lanl.Utility.HL7Parser

public class HL7Parser
extends java.lang.Object

HL7 Parser

 

Constructor Summary
HL7Parser(org.omg.TerminologyServices.QualifiedCodeInfo qualCodeInfo)
          Constructor declaration
HL7Parser(java.lang.String hl7Field)
          Constructor declaration
HL7Parser(java.lang.String hl7Field, java.lang.String separator)
           
 
Method Summary
 gov.lanl.Utility.HL7Field parse()
          Parse the string and return the HL7 Field
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HL7Parser

public HL7Parser(org.omg.TerminologyServices.QualifiedCodeInfo qualCodeInfo)
          throws java.text.ParseException
Constructor declaration

Parameters:
qualCodeInfo -
See Also:

HL7Parser

public HL7Parser(java.lang.String hl7Field)
          throws java.text.ParseException
Constructor declaration

Parameters:
hl7Field -
See Also:

HL7Parser

public HL7Parser(java.lang.String hl7Field,
                 java.lang.String separator)
          throws java.text.ParseException
Throws:
java.text.ParseException
Parameters:
hl7Field -
separator -
Method Detail

parse

public gov.lanl.Utility.HL7Field parse()
                                throws java.text.ParseException
Parse the string and return the HL7 Field

Throws:
java.text.ParseException
Returns:
See Also: