Build: #157 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 1d15935137f880456ae71a6edd90292443ee94ea

    Merge pull request #219 from teleivo/RAD-198
    RAD-198 Reduce OrderRequest and MwlStatus

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9

    RAD-198 Reduce OrderRequest and MwlStatus
    * remove non supported OrderRequest, keep only supported Save/Discontinue_Order
    * change MwlStatus to only IN_SYNC and OUT_OF_SYNC
    since all other MwlStatus do not give us additional information and just clutter
    the code. by default a study is OUT_OF_SYNC since it is created in the
    radiology module but not yet in the PACS DICOM MWL. once the hl7 order message
    has been sent and the sending was successful we set the status to IN_SYNC.
    * update message.properties for MwlStatus and change dcm4chee into PACS since
    we are not bound to dcm4chee as PACS

    • api/src/main/java/org/openmrs/module/radiology/DicomUtils.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/main/java/org/openmrs/module/radiology/MwlStatus.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/main/java/org/openmrs/module/radiology/Study.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/main/java/org/openmrs/module/radiology/impl/RadiologyServiceImpl.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/test/java/org/openmrs/module/radiology/DicomUtilsComponentTest.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/test/java/org/openmrs/module/radiology/RadiologyServiceComponentTest.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/test/java/org/openmrs/module/radiology/impl/RadiologyServiceImplComponentTest.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • api/src/test/resources/org/openmrs/module/radiology/include/RadiologyServiceComponentTestDataset.xml (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • omod/src/main/resources/messages.properties (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)
    • omod/src/test/java/org/openmrs/module/radiology/web/controller/RadiologyOrderFormControllerTest.java (version 9cfbb6916c8cfeda094a929c6e0bedb0565e21a9)