<org.openmrs.layout.web.address.AddressTemplate>
<nameMappings class="properties">
<property name="address3" value="Ward Number"/><!--Ward Number-->
<property name="address4" value="Tole"/><!--Tole-->
<property name="address5" value="Landmark"/><!--Landmarks-->
<property name="startDate" value="PersonAddress.startDate"/>
<property name="country" value="Location.country"/>
<property name="endDate" value="personAddress.endDate"/>
<property name="countyDistrict" value="Location.district"/><!--District-->
<property name="cityVillage" value="VDC/Municipality"/><!--VDC/Municipality-->
<property name="stateProvince" value="Zone"/>
</nameMappings>
<sizeMappings class="properties">
<property name="address3" value="40"/>
<property name="address4" value="40"/>
<property name="address5" value="40"/>
<property name="startDate" value="10"/>
<property name="country" value="10"/>
<property name="endDate" value="10"/>
<property name="countyDistrict" value="40"/>
<property name="cityVillage" value="40"/>
<property name="stateProvince" value="40"/>
</sizeMappings>
<elementDefaults class="properties">
<property name="country" value="Nepal"/>
</elementDefaults>
<lineByLineFormat>
<string>stateProvince countyDistrict</string>
<string>cityVillage address3</string>
<string>address4 address5</string>
<string>country</string>
</lineByLineFormat>
</org.openmrs.layout.web.address.AddressTemplate> |