Plan for the LegacyUI module

Build: #246 was successful Changes by teleivo <mrteleivo@gmail.com> and Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • Daniel Kayiwa

    Daniel Kayiwa 9a67b451ec09730510adc4bfe7adcf458190e81f

    Merge pull request #48 from teleivo/LUI-78
    LUI-78 Enable use of uuid as patientId param in patientDashboard

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 3b67098d0c472d162df43264965f723defb3a38a

    LUI-78 Enable use of uuid as patientId param in patientDashboard
    PatientDashboardController can now be reached with request param patientId values of patientId and UUID
    Enables developers using REST where UUID as common to navigate to this page

    * extract getPatient method for patient id and uuid
    * add test class

    • omod/src/main/java/org/openmrs/web/controller/patient/PatientDashboardController.java (version 3b67098d0c472d162df43264965f723defb3a38a)
    • omod/src/test/java/org/openmrs/web/controller/patient/PatientDashboardControllerTest.java (version 3b67098d0c472d162df43264965f723defb3a38a)