|
5 | 5 |
|
6 | 6 | <hibernate-configuration> |
7 | 7 | <session-factory> |
| 8 | + <!-- AH --> |
| 9 | + <mapping resource="AddressHierarchyLevel.hbm.xml"/> |
| 10 | + <mapping resource="AddressHierarchyEntry.hbm.xml"/> |
| 11 | + <!-- MDS --> |
| 12 | + <mapping resource="ImportedItem.hbm.xml"/> |
| 13 | + <mapping resource="ImportedPackage.hbm.xml"/> |
| 14 | + <!-- Htmlformentry --> |
| 15 | + <mapping resource="HtmlFormEntryHtmlForm.hbm.xml"/> |
| 16 | + <!-- Idgen --> |
| 17 | + <mapping resource="IdentifierSource.hbm.xml"/> |
| 18 | + <!-- MetadataMapping --> |
| 19 | + <mapping resource="MetadataSource.hbm.xml"/> |
| 20 | + <mapping resource="MetadataTermMapping.hbm.xml"/> |
| 21 | + <mapping resource="MetadataSet.hbm.xml"/> |
| 22 | + <mapping resource="MetadataSetMember.hbm.xml"/> |
| 23 | + <!-- Bahmni Appointments --> |
| 24 | + <mapping resource="Speciality.hbm.xml"/> |
| 25 | + <mapping resource="AppointmentServiceDefinition.hbm.xml"/> |
| 26 | + <mapping resource="ServiceWeeklyAvailability.hbm.xml"/> |
| 27 | + <mapping resource="AppointmentServiceType.hbm.xml"/> |
| 28 | + <!-- Reporting - For Validator --> |
| 29 | + <mapping resource="ReportDesign.hbm.xml"/> |
| 30 | + <!-- Provider Management --> |
| 31 | + <mapping resource="ProviderRole.hbm.xml"/> |
| 32 | + <!-- Cohort --> |
| 33 | + <mapping resource="CohortAttributeType.hbm.xml"/> |
| 34 | + <mapping resource="CohortAttribute.hbm.xml"/> |
| 35 | + <mapping resource="CohortMemberAttribute.hbm.xml"/> |
| 36 | + <mapping resource="CohortMemberAttributeType.hbm.xml"/> |
| 37 | + <!-- Patient Flags --> |
| 38 | + <mapping resource="DisplayPoint.hbm.xml"/> |
| 39 | + <mapping resource="Flag.hbm.xml"/> |
| 40 | + <mapping resource="Priority.hbm.xml"/> |
| 41 | + <mapping resource="Tag.hbm.xml"/> |
| 42 | + <mapping resource="PatientFlag.hbm.xml"/> |
8 | 43 | <!-- Bahmni Core --> |
9 | 44 | <mapping resource="ProgramAttributeType.hbm.xml"/> |
10 | 45 | </session-factory> |
|
0 commit comments