Skip to content
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

[Tracking] Map fields of CaseDto #5

Open
JonasCir opened this issue Nov 25, 2020 · 0 comments
Open

[Tracking] Map fields of CaseDto #5

JonasCir opened this issue Nov 25, 2020 · 0 comments
Labels
integration Integration with external systems, for example related to the fields of a DTO send to SORMAS

Comments

@JonasCir
Copy link
Collaborator

The following fields of CaseDto are already generated, mapped and fully imported into SORMAS:

  • uuid
  • disease
  • person
  • report_date
  • change_date Currently report_date
  • creation_date Currently creation_date
  • reporting_user Currently SurvOff
  • case_classification Currently CaseClassification.CONFIRMED
  • investigation_status Currently InvestigationStatus.PENDING
  • region Currently default_region
  • district Currently default_district
  • health_facility Currently none_facility
  • health_facility_details Currently "Home"
  • symptoms The symptoms which are generated

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:

@JonasCir JonasCir added the integration Integration with external systems, for example related to the fields of a DTO send to SORMAS label Nov 25, 2020
@stephaneghozzi stephaneghozzi self-assigned this Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration Integration with external systems, for example related to the fields of a DTO send to SORMAS
Projects
None yet
Development

No branches or pull requests

2 participants