Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Parse an SMS containing a single case report #44

Closed
aninek opened this issue Sep 26, 2017 · 2 comments
Closed

Parse an SMS containing a single case report #44

aninek opened this issue Sep 26, 2017 · 2 comments
Assignees
Projects

Comments

@aninek
Copy link
Collaborator

aninek commented Sep 26, 2017

In a non-outbreak context, as a volunteer I need to report if I have detected health risk in my area.

Reporting format:

Event # sex of case # Age group of case

Event Sex of case Age group of case
1 2 1

Events are coded by numbers according #33
Sex of cases is coded as Male=1, Female=2
Age group of case is code as <5 = 1, >5=2
Report example 1#2#1 = Cholera in female <5 years

Related to #46 #45

@aninek aninek created this issue from a note in Reporting (Backlog) Sep 26, 2017
@aninek aninek changed the title Health risk reporting Alternative reporting: Health risk reporting Sep 27, 2017
@aninek aninek changed the title Alternative reporting: Health risk reporting Alternative reporting: Single case reporting Sep 27, 2017
@aninek aninek mentioned this issue Sep 27, 2017
@aninek
Copy link
Collaborator Author

aninek commented Sep 27, 2017

Issue is for documentation only. Removed from project.

@aninek aninek closed this as completed Sep 27, 2017
@aninek aninek removed this from Backlog in Reporting Sep 27, 2017
@aninek aninek reopened this Sep 28, 2017
@karolikl karolikl changed the title Alternative reporting: Single case reporting Parse a SMS containing a single case report Oct 1, 2017
@karolikl karolikl changed the title Parse a SMS containing a single case report Parse an SMS containing a single case report Oct 1, 2017
@karolikl karolikl added this to Ready in Reporting Oct 1, 2017
@terjetyl terjetyl moved this from Ready to In Progress in Reporting Oct 1, 2017
@terjetyl terjetyl self-assigned this Oct 1, 2017
terjetyl pushed a commit to karolikl/cbs that referenced this issue Oct 1, 2017
@terjetyl terjetyl removed their assignment Oct 1, 2017
@terjetyl
Copy link
Collaborator

terjetyl commented Oct 1, 2017

Code for parsing content added to Domain.TextMessageContentParser

@terjetyl terjetyl moved this from In Progress to Done in Reporting Oct 1, 2017
Velcrow81 added a commit to karolikl/cbs that referenced this issue Oct 5, 2017
…ts that does not want to be categorized as either male or female. IFRCGo#162: Also updated the event to always be in the aggragate state, so a single incoming case report will be translated to the same event as aggragate reports. Added mapping for the single case
Velcrow81 added a commit to karolikl/cbs that referenced this issue Oct 12, 2017
…ed a parsing bug that was discovered during testing (parser was sensitive to spacing variations). Tests are added into the same project as the code as this keeps the test close to the code it tests, so its easy to find and use to better understand the code
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Reporting
  
Done
Development

No branches or pull requests

3 participants