While most of the country dependent settings (such as tax and currency) can be set within the application itself (for example via Administration|Lookups|Country and Administration|Organisation|Practice), some setup needs to be done outside the application. This section documents the available adjustments.
If you use Rabies Tags in your country/jurisdiction, you will need to enable them. You will need to modify the party.patientPet archetype. The best way to do this is to modify the file party.patientpet.adl and then use Administration|Archetypes to import the modified version. This file is located in <OpenVPMS-Home>update\archetypes\org\openvpms\archetype\patient. You should of course save the modified file in a different place. Change the lines
<!-- For jurisdictions that use rabies tags, uncomment the following -->
<!--
<propertyMap name="archetype">
<property name="shortName" value="entityIdentity.rabiesTag"/>
</propertyMap>
-->
to
<!-- For we use rabies tags -->
<propertyMap name="archetype">
<property name="shortName" value="entityIdentity.rabiesTag"/>
</propertyMap>
Pet Tags are enabled in the standard release. If you do not use these in your country/jurisdiction, you can do the opposite of the above - ie comment out the pet tags, ie change
<propertyMap name="archetype">
<property name="shortName"
value="entityIdentity.petTag"/>
</propertyMap>
to
<!-- suppress pet tags
<propertyMap name="archetype">
<property name="shortName"
value="entityIdentity.petTag"/>
</propertyMap>
-->