Class CustomModelClasses
java.lang.Object
org.openehealth.ipf.modules.hl7.config.CustomModelClasses
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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CustomModelClassespublic CustomModelClasses()
 
- 
- 
Method Details- 
getModelClasses
- 
setModelClasses
 
-