Improve Diagnosis icon

Hi all,

I’m trying to fix this ticket: https://issues.openmrs.org/browse/UICM-6

Could someone please guide me to access the clinician-facing patient dashboard?

Thanks.

Login to any server, you can use https://demo.openmrs.org/openmrs/login.htm or https://qa-refapp.openmrs.org/openmrs/ Register a patient , include all patient information as indicated, then you will be redirected to clinician facing patient dashboard.

1 Like

Thank you very much @sharif!

1 Like

@sharif

My UI is different than in the QA-refapp. Could you please tell me how to enable the new UI?

QA-refapp:

My server:

That means you’ve redirected to legacy ui, legacy ui is the old model of ui of which we are trying to shift from. From that, click home button , share the screen shot of home page and we see try using this https://qa-refapp.openmrs.org/

After downloading the webapp from the downloads page, it looks like this now.

Previously it looked like this. When building from the openmrs-core/master

What are you trying to do now. that home page seems to a legacyui home page. did you came across this

. Am not sure what you are to do apparently

1 Like

Have you loaded the reference application?

https://wiki.openmrs.org/display/docs/Reference+Application+2.7.0

Reference application has the new UI and if you load it with the supported sub modules you should get the new UI!

2 Likes

@jayasanka hei you are loading the platform,kindly use the reference application and you can do that easly by installingthe openmrs sdk as seen here https://wiki.openmrs.org/display/docs/OpenMRS+SDK

1 Like

Hi! I was abled to create the server with the new UI using OpemMRS SDK!

Thanks @herbert24 @sharif @akshika47 for your support! :innocent:

1 Like

Hi all,

I’ve just replaced the icon and regenerated the fonts.

This is the PR : https://github.com/openmrs/openmrs-module-uicommons/pull/77

I compiled the module using openMRS SDK and ran the server but the icon didn’t change. mvn clean install openmrs-sdk:run

Othe things I have done,

  • Clearing the browser cache
  • Replacing the .omod file manually
  • Upload .omod file through the UI

Is anything that I’m have missed?