Advertisement
Guest User

Template Addres H

a guest
Nov 1st, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.95 KB | None | 0 0
  1. <org.openmrs.layout.address.AddressTemplate>
  2.     <nameMappings class="properties">
  3.       <property name="postalCode" value="Location.postalCode"/>
  4.       <property name="longitude" value="Location.longitude"/>
  5.       <property name="address2" value="Location.address2"/>
  6.       <property name="address1" value="Location.address1"/>
  7.       <property name="address3" value="NCasa"/>
  8.       <property name="address4" value="Municipio"/>
  9.       <property name="address5" value="Departamento"/>
  10.       <property name="address6" value="DireccionDescriptiva"/>
  11.       <property name="startDate" value="PersonAddress.startDate"/>
  12.       <property name="country" value="Location.country"/>
  13.       <property name="endDate" value="personAddress.endDate"/>
  14.       <property name="stateProvince" value="Location.stateProvince"/>
  15.       <property name="latitude" value="Location.latitude"/>
  16.       <property name="cityVillage" value="Location.cityVillage"/>
  17.     </nameMappings>
  18.     <sizeMappings class="properties">
  19.       <property name="postalCode" value="10"/>
  20.       <property name="longitude" value="10"/>
  21.       <property name="address2" value="40"/>
  22.       <property name="address1" value="40"/>
  23.      <property name="address3" value="10"/>
  24.      <property name="address4" value="40"/>
  25.      <property name="address5" value="40"/>
  26.      <property name="address6" value="40"/>
  27.       <property name="startDate" value="10"/>
  28.       <property name="country" value="10"/>
  29.       <property name="endDate" value="10"/>
  30.       <property name="stateProvince" value="10"/>
  31.       <property name="latitude" value="10"/>
  32.       <property name="cityVillage" value="10"/>
  33.     </sizeMappings>
  34.     <lineByLineFormat>
  35.       <string>address1</string>
  36.       <string>address2</string>
  37.       <string>cityVillage stateProvince country postalCode</string>
  38.       <string>latitude longitude</string>
  39.       <string>startDate endDate</string>
  40.     </lineByLineFormat>
  41.   </org.openmrs.layout.address.AddressTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement