Class CustomModelClasses

java.lang.Object
org.openehealth.ipf.modules.hl7.config.CustomModelClasses

public class CustomModelClasses extends Object
This class should be used to define the custom HL7 model classes in the spring context definition.

  <bean id="customClasses" 
    class="org.openehealth.ipf.modules.hl7.config.CustomModelClasses">
    <property name="modelClasses">
      <map>
        <entry key="2.5">
          <list>
            <value>org.openehealth.ipf.modules.hl7.parser.test.hl7v2.def.v25</value>
          </list>  
        </entry>
      </map>
    </property>
  </bean>
Author:
Boris Stanojevic
  • Constructor Details

    • CustomModelClasses

      public CustomModelClasses()
  • Method Details