General Information
...
The goal has been sub divided into several tasks:
- Introduce a new convenience class CodedOrFreeText
- Introduce an Enum for "diagnosis certainty"
- Introduce an Enum for "condition status"
- Introduce new Condition domain object, backed by a new `condition` table
- Introduce a new Diagnosis domain object, backed by a new `encounter_diagnosis` table
- Introduce new REST APIs for these domain objects
- Refactor emrapi module's DiagnosisService and ConditionService to use new functionality
- Create a ticket for migrating existing data captured via the emrapi module
- Create a ticket for updating the UIs in the reference application to use new tables
- Refactor emrapi module's ConditionService to use new functionality
- Create condition data access implementation
- Introduce new REST APIs for Condition object
- Create Diagnosis data access implementation
- Create DiagnosisService implementation
- Create ConditionService implementation
- Create a ticket for migrating existing condition data captured via emrapi module
Sprint Dashboard Jira Legacy
Key | Summary | T | Created | Updated | Due | Assignee | Reporter | P | Status | Resolution |
---|---|---|---|---|---|---|---|---|---|---|
TRUNK-5015 | Core data model should support Encounter Diagnoses | 2017-01-17 | 2018-02-26 | Segun Ola | Darius Jazayeri | IN PROGRESS | Unresolved |
How to Participate
Add your name to the list on this wiki page (with any comments about your availability). If you want to join after the sprint has started just join the IRC channel mentioned above and say hello.
...
- New to OpenMRS sprints? Want help getting started? Join IRC and say "???": I'd like to participate in the sprint!". If you get no response, just ping any of the above sprint participants as per the IRC tips at http://en.flossmanuals.net/openmrs-developers-guide/support/
- Pick a ticket from the available tickets in the top-left of the sprint dashboard page at:
- Make sure it does not depend on a ticket that is incomplete.
- If you have any questions about the ticket, ask on the group chat
- Do the ticket. See our HOWTO for git. Sprint specific git HOWTO for devs with push rights: whatever works for you :-) If you don't like pull requests, don't send them. Commit and push directly to the main repo. If you do like pull requests, fork the main repo and send pull requests, but merge them right after. My favorite way is to work on the main repo, but create local branches (without pushing them to the main repo). Merge branches locally to the master and push to the main repo.
- Join the daily scrum to share your updates
During Project Notes for the sprint
To be added while the project progresses
Sprint Retrospective:
To be added after the end of the sprint.
Resources
JIRA board: https://issues.openmrs.org/secure/RapidBoard.jspa?rapidView=136
...