You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following fields of EventDto are already generated, mapped and fully imported into SORMAS:
uuid
event_status=EventStatus.EVENT,
event_desc Currently random.choice(['Party', 'BBQ', 'Family meeting'])
report_date_time Currently current timestamp but this should be computed
reporting_user=surv_sup_user_ref(),
start_date Currently event.date
The following fields are generated, but not mapped
address
longitude
latitude
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:
JonasCir
added
the
integration
Integration with external systems, for example related to the fields of a DTO send to SORMAS
label
Nov 25, 2020
The following fields of
EventDto
are already generated, mapped and fully imported into SORMAS:uuid
event_status=EventStatus.EVENT,
event_desc Currently
random.choice(['Party', 'BBQ', 'Family meeting'])
report_date_time Currently current timestamp but this should be computed
reporting_user=surv_sup_user_ref(),
start_date Currently event.date
The following fields are generated, but not mapped
address
longitude
latitude
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: