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 PersonDto are already generated, mapped and fully imported into SORMAS:
PersonDto
uuid
first_name
last_name
family_name
sex
birthdate_yyyy
latitude
longitude
address
died
local_health_authority
onset_date
country_of_residence
hospitalized
The following fields can be dropped from the generator
age_group
reporting_week
is_case
has_symptoms
generation
has_contact
was_in_event
The follwing fields are generated and used in the logic, but not mapped directly
age
birthdate_yyyy = reporting_date - person.age
The following fields should be moved to an other entity in the generator:
reporting_date
infection_date
infected_by
contact_contacted
contact_quarantine
contact_tested
The following fields are unclear:
case_def_id
degree
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following fields of
PersonDto
are already generated, mapped and fully imported into SORMAS:uuid
first_name
last_name
Note: Still requires renaming in generator:family_name
sex
birthdate_yyyy
latitude
via address locationlongitude
via address locationaddress
via address location, however this is generated as the name of the districtdied
Note: Should be moved to case laterThe following fields are generated, but not mapped
local_health_authority
onset_date
country_of_residence
Question: Is this possible in SORMAS?hospitalized
The following fields can be dropped from the generator
age_group
reporting_week
is_case
has_symptoms
Note: The symptoms table can be used directlygeneration
has_contact
was_in_event
The follwing fields are generated and used in the logic, but not mapped directly
age
:birthdate_yyyy = reporting_date - person.age
The following fields should be moved to an other entity in the generator:
reporting_date
infection_date
infected_by
contact_contacted
contact_quarantine
contact_tested
The following fields are unclear:
case_def_id
degree
The text was updated successfully, but these errors were encountered: