From 830a8a8a1af3c0628c423c14d5f0ac8f97ef24da Mon Sep 17 00:00:00 2001 From: CynthiaKamau Date: Thu, 29 Feb 2024 22:23:29 +0300 Subject: [PATCH] Add bill related visit attributes --- .../attributetypes/attribute_types-core_demo.csv | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/distro/configuration/attributetypes/attribute_types-core_demo.csv b/distro/configuration/attributetypes/attribute_types-core_demo.csv index 2f2f2be2f..2ac31e34e 100644 --- a/distro/configuration/attributetypes/attribute_types-core_demo.csv +++ b/distro/configuration/attributetypes/attribute_types-core_demo.csv @@ -1,3 +1,6 @@ -Uuid,Void/Retire,Entity name,Name,Description,Min occurs,Max occurs,Datatype classname,Datatype config,Preferred handler classname,Handler config,_order:1000 -57ea0cbb-064f-4d09-8cf4-e8228700491c,,Visit,Punctuality,,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,d81d4698-e78c-420d-aac5-cb1f606fb32e,,, -aac48226-d143-4274-80e0-264db4e368ee,,Visit,Insurance Policy Number,,0,1,org.openmrs.customdatatype.datatype.FreeTextDatatype,,,, +Uuid,Void/Retire,Entity name,Name,Description,Min occurs,Max occurs,Datatype classname,Datatype config,Preferred handler classname,Handler config,_order:1000 +57ea0cbb-064f-4d09-8cf4-e8228700491c,,Visit,Punctuality,,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,d81d4698-e78c-420d-aac5-cb1f606fb32e,,, +aac48226-d143-4274-80e0-264db4e368ee,,Visit,Insurance Policy Number,,0,1,org.openmrs.customdatatype.datatype.FreeTextDatatype,,,, +3a988e33-a6c0-4b76-b924-01abb998944b,,Visit,Insurance Scheme,"The insurance scheme the patient is using to settle payment for services, expects a uuid",0,1,org.openmrs.customdatatype.datatype.FreeTextDatatype,,,, +8553afa0-bdb9-4d3c-8a98-05fa9350aa85,,Visit,Payment Method,"The payment method used by the patient to settle payment, expects a uuid",0,1,org.openmrs.customdatatype.datatype.FreeTextDatatype,,,, +fbc0702d-b4c9-4968-be63-af8ad3ad6239,,Visit,Patient Type,", expects a uuid",0,1,org.openmrs.customdatatype.datatype.FreeTextDatatype,,,, \ No newline at end of file