gov.lanl.Utility
Class HL7Parser

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

public class HL7Parser
extends java.lang.Object

HL7 Parser

Version:
$Id: HL7Parser.java,v 1.5 2002/06/08 00:04:10 dwforslund Exp $
Author:
$Author: dwforslund $

Constructor Summary
HL7Parser(QualifiedCodeInfo qualCodeInfo)
          Constructor declaration
HL7Parser(java.lang.String hl7Field, java.lang.String separator)
           
 
Method Summary
 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(QualifiedCodeInfo qualCodeInfo)
          throws java.text.ParseException
Constructor declaration

Parameters:
qualCodeInfo -
See Also:

HL7Parser

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

parse

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

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.