org.eclipse.ohf.ihe.common.hl7v2.test
Class HL7V2WrapperModelTest

java.lang.Object
  extended by org.eclipse.ohf.ihe.common.hl7v2.test.HL7V2WrapperModelTest

public class HL7V2WrapperModelTest
extends java.lang.Object

This class is depricated as of Sept 15, 2006. HL7v2 model has been changed to support XDS metadata and PIX and PDQ client side.
To test the object construction from strings, buildFromMessageString and the toMessageString methods. Construction assumes component objects are present for value-less components that preceed the final valued component. Cannot enforce datatype compliance

Author:
Sarah Knoop

Constructor Summary
HL7V2WrapperModelTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test main demonstrates how to get and set the actual xml values for this PID 2.5 data model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HL7V2WrapperModelTest

public HL7V2WrapperModelTest()
Method Detail

main

public static void main(java.lang.String[] args)
Test main demonstrates how to get and set the actual xml values for this PID 2.5 data model. Also demonstates the use of the various toMessageString() and buildFromMessageString() methods.

Parameters:
args -