Advertisement
theanandankit

Untitled

Oct 9th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.06 KB | None | 0 0
  1. <org.openmrs.layout.address.AddressTemplate>
  2.      <nameMappings class="properties">
  3.        <property name="postalCode" value="Location.postalCode"/>
  4.        <property name="address2" value="Location.address2"/>
  5.        <property name="address1" value="Location.address1"/>
  6.        <property name="country" value="Location.country"/>
  7.        <property name="stateProvince" value="Location.stateProvince"/>
  8.        <property name="cityVillage" value="Location.cityVillage"/>
  9.      </nameMappings>
  10.      <sizeMappings class="properties">
  11.        <property name="postalCode" value="10"/>
  12.        <property name="address2" value="40"/>
  13.        <property name="address1" value="40"/>
  14.        <property name="country" value="10"/>
  15.        <property name="stateProvince" value="10"/>
  16.        <property name="cityVillage" value="10"/>
  17.      </sizeMappings>
  18.      <lineByLineFormat>
  19.        <string>address1</string>
  20.        <string>address2</string>
  21.        <string>cityVillage stateProvince country postalCode</string>
  22.      </lineByLineFormat>
  23.    </org.openmrs.layout.address.AddressTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement