-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the case symptoms based on visit symptoms (converting contact to case) [0.5] #2738
Comments
@bernardsilenou can you tell me how I get the incubation period of a disease ? Is it |
@xavier-calland Yes please |
@xavier-calland but is the followup duration specified in server configuration is not the disease default, then we use the number of days specified in server configuration: |
@bernardsilenou Currently, case symptoms are initialized using the last visit of the contact. See Can you confirm that this needs to change to use all visits during the incubation period? |
@xavier-calland I vote that we change it because the last visit can be 30 days before the date of report of the case. Our initial assumption for implementing it like this was that contacts were converted to cases on the day of the last visit, but this is not always true in real life.
|
OK, thanks. |
…act to case TODO: FacadeProvider.getVisitFacade().getVisitsByContactAndIncubationPeriod
Issue #2738 - Set case symptoms when converting contact to case
Feature Description
The symptom of a case = sum of baseline + followup +clinical course symptoms
Problem Description
Proposed Change
Possible Alternatives
Additional Information
The text was updated successfully, but these errors were encountered: