christillman / encounterpro_os

EncounterPro-OS Electronic Health Record Software
GNU Affero General Public License v3.0
0 stars 0 forks source link

Attachments added through old attachments window not reflecting on new attachment window. #56

Open MCIR opened 2 weeks ago

MCIR commented 2 weeks ago

Hi Chris,

Referring past conversations below about scanned documents, I realized that I was trying to test the revisions and clarifications you made about filtering scanned documents by appointment using the old, scanned records seen below:

image

Recently, I uploaded the newly designed scanned documents page and tested the scanned documents feature through the new page seen below. I found that filtering scanned documents by appointment is clearer and logical when you use this new page that you designed. So my misunderstanding was because I was still using the older page.

image

I am now ready to incorporate the new design into the clinic application. The question I now have is, documents scanned using the old page as seen below,

image

are not showing up on the new scanned documents page. See below: image

But those scanned in through the new page as seen below

image

Are showing up on the old, scanned documents page seen below

image

I am able to make the comparison because I have configured the old and new scan documents pages to show up under 2 different tabs.
However, in real world scenario, it would be confusing for the users if I added both pages. If I add the new one, users will not be able to view older scanned documents, which are equally important.

Is it possible for documents scanned and showing only through the old scanned documents page to be migrated or transferred to show in the new scanned documents page to the new one?"

MCIR commented 2 weeks ago

Connected to issue #45

christillman commented 23 hours ago

Hi Ciru,

Scroll bars have not been used in EncounterPro much, if at all. But it seems to me, in this case, we don't have space for the paging buttons etc that have normally been used in EncounterPro instead of scroll bars.

When I put the encounter list and folder list both at the left hand side of the attachment list, encounter list on top and folder list beneath it, I think scroll bars would be the best solution to be able to access everything in both the encounter list and folder list.

Is there any reason we should avoid scroll bars in this case? I think they are well understood by everyone now in 2024.

Here is the way it looks. I created a new object u_soap_page_attachments, and I think it should replace all usages of both the older ones (u_soap_page_results and u_letters in the page_class column of c_Chart_Section_Page).

image