We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following fields of CaseDto are already generated, mapped and fully imported into SORMAS:
CaseDto
uuid
disease
person
report_date
change_date
creation_date
reporting_user
SurvOff
case_classification
CaseClassification.CONFIRMED
investigation_status
InvestigationStatus.PENDING
region
default_region
district
default_district
health_facility
none_facility
health_facility_details
symptoms
The following fields are generated, but not mapped
cases = persons.query('is_case == True')
The following fields can be dropped from the generator
The following fields are generated and used in the logic, but not mapped directly
The following fields should be moved to an other entity in the generator:
The following fields are unclear:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following fields of
CaseDto
are already generated, mapped and fully imported into SORMAS:uuid
disease
person
report_date
change_date
Currentlyreport_date
creation_date
Currentlycreation_date
reporting_user
CurrentlySurvOff
case_classification
CurrentlyCaseClassification.CONFIRMED
investigation_status
CurrentlyInvestigationStatus.PENDING
region
Currentlydefault_region
district
Currentlydefault_district
health_facility
Currentlynone_facility
health_facility_details
Currently "Home"symptoms
The symptoms which are generatedThe following fields are generated, but not mapped
cases = persons.query('is_case == True')
The following fields can be dropped from the generator
The following fields are generated and used in the logic, but not mapped directly
The following fields should be moved to an other entity in the generator:
The following fields are unclear:
The text was updated successfully, but these errors were encountered: