nmrs-nigeria / nigeria-mrs-distribution

0 stars 1 forks source link

NigeriaMRS Workflow - Editing patient registration; data elements not complete when editing #16

Open caniekwe opened 5 years ago

caniekwe commented 5 years ago

when the user tries to edit patient registration, address and some other details dont show up

arinzeeze commented 5 years ago

This implementation is pending for now. Someone in the openmrs community has implemented full patient information edit before but the link he provided breaks. I have requested for the code from him. The request was logged at issue log in jira (https://issues.openmrs.org/browse/RA-1350)

dkayiwa commented 5 years ago

@arinzeeze did you see the response on this thread? https://talk.openmrs.org/t/how-to-use-the-address-hierarchy-module-with-the-reference-application/3289/34

multiplechuks commented 5 years ago

@dkayiwa I think the thread is talking about registration and not editing of registered patients

dkayiwa commented 5 years ago

@multiplechuks can you click the Edit Registration field here and tell me if this is all that you need? https://qa-refapp.openmrs.org/openmrs/coreapps/clinicianfacing/patient.page?patientId=6c201864-7ec0-4baa-a686-295c2c69ff41

arinze1008 commented 5 years ago

@dkayiwa Exactly.

dkayiwa commented 5 years ago

@arinzeeze can you try it out on your local instance? Just compile and install the latest snapshot versions of these modules: https://github.com/openmrs/openmrs-module-coreapps and https://github.com/openmrs/openmrs-module-referenceapplication

Then tell me how it goes.

multiplechuks commented 5 years ago

@dkayiwa @arinzeeze This is the same with what we have on our dev-instance. What we are trying to address is while editing a patient's record, to be able to edit things like phone, address, relationship which are basically contact info. I will also try compiling the modules above and see for my self

dkayiwa commented 5 years ago

@multiplechuks what do you mean when you say that this is the same with what we have on our dev-instance?

multiplechuks commented 5 years ago

@dkayiwa I meant that in our dev-instance when you click the edit button, it is still the same with this https://qa-refapp.openmrs.org/openmrs/coreapps/clinicianfacing/patient.page?patientId=6c201864-7ec0-4baa-a686-295c2c69ff41

dkayiwa commented 5 years ago

Edit or Edit Registration?

multiplechuks commented 5 years ago

Capture

I think what that this issue was meant to address incomplete data elements when editing, but From the above image, it appears there are two edit links for different patient details. This image is same for both the link you shared and the dev-instance we used.

dkayiwa commented 5 years ago

@multiplechuks can you click the Edit Registration field here and tell me if this is all that you need? https://qa-refapp.openmrs.org/openmrs/coreapps/clinicianfacing/patient.page?patientId=6c201864-7ec0-4baa-a686-295c2c69ff41

talk2morris commented 5 years ago

@dkayiwa these are not all we need, there are other patient demographics that were captured during registration but are not displayed on the Edit window,

dkayiwa commented 5 years ago

What am communicating is that "Edit" is different from "Edit Registration". Did you see it here? https://qa-refapp.openmrs.org/openmrs/coreapps/clinicianfacing/patient.page?patientId=6c201864-7ec0-4baa-a686-295c2c69ff41

talk2morris commented 5 years ago

@dkayiwa so I checked the linked and I saw Edit which I thought is the same as Edit Registration, so can you point me to a link where I can access Edit Registration?

talk2morris commented 5 years ago

@dkayiwa Never mind I have seen it..I will respond on this later

talk2morris commented 5 years ago

@dkayiwa This is want we want, so what steps do I have to take to implement this 'Edit Registration' on our instance.

dkayiwa commented 5 years ago

@talk2morris Just compile and install the latest snapshot versions of these modules: https://github.com/openmrs/openmrs-module-coreapps and https://github.com/openmrs/openmrs-module-referenceapplication

Then tell me how it goes.