diff --git a/odoo-openmrs/src/main/resources/config/application.properties b/odoo-openmrs/src/main/resources/config/application.properties index ff3dd13..014568b 100644 --- a/odoo-openmrs/src/main/resources/config/application.properties +++ b/odoo-openmrs/src/main/resources/config/application.properties @@ -159,6 +159,13 @@ odoo.openmrs.enable.patient.sync=${ODOO_OPENMRS_ENABLE_PATIENT_SYNC:true} # *********************** OpenMRS FHIR EIP Configuration *************************************************************** # +# /mkdocs-config-enabled:true +# /mkdocs-config-name:eip.fhir.resources +# /mkdocs-config-description:List of FHIR resources the EIP route should listen to. +# /mkdocs-config-location:.env +# /mkdocs-config-possible-values:Patient, Encounter, Observation, Procedure, SupplyRequest +# /mkdocs-config-default-value:Patient, Encounter, Observation + # A comma separated list of FHIR resources, e.g., Patient, Encounter, Observation eip.fhir.resources=${EIP_FHIR_RESOURCES} # The URL of the FHIR server @@ -168,8 +175,34 @@ eip.fhir.serverUrl=${EIP_FHIR_SERVER_URL} eip.fhir.username=${EIP_FHIR_USERNAME:} eip.fhir.password=${EIP_FHIR_PASSWORD:} +# /mkdocs-config-enabled:true +# /mkdocs-config-name:eip.weight.concept +# /mkdocs-config-description:Weight Concept id configured in OpenMRS +# /mkdocs-config-location:.env +# /mkdocs-config-possible-values:Any concept id, should be configured in OpenMRS and Odoo +# /mkdocs-config-default-value:5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA +# /mkdocs-end + # Weight Concept eip.weight.concept=${EIP_WEIGHT_CONCEPT:5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} + +# /mkdocs-config-enabled:true +# /mkdocs-config-name:eip.odoo.customer.weight.field +# /mkdocs-config-description:Enables sync of Patient weight in from OpenMRS to Odoo +# /mkdocs-config-location:.env +# /mkdocs-config-possible-values:Any string field, should be configured in Odoo initializer +# /mkdocs-config-default-value:x_customer_weight +# /mkdocs-end + odoo.customer.weight.field=${ODOO_CUSTOMER_WEIGHT_FIELD:x_customer_weight} + +# /mkdocs-config-enabled:true +# /mkdocs-config-name:odoo.customer.dob.field +# /mkdocs-config-description:Enables sync of Patient date of birth in from OpenMRS to Odoo +# /mkdocs-config-location:.env +# /mkdocs-config-possible-values:Any string field, should be configured in Odoo initializer +# /mkdocs-config-default-value:x_customer_dob +# /mkdocs-end + odoo.customer.dob.field=${ODOO_CUSTOMER_DOB_FIELD:x_customer_dob} -# ---------------------------------------------------------------------------------------------------------------------- +# ---------------------------------------------------------------------------------------------------------------------- \ No newline at end of file