FredrikSchaefer

Results 6 comments of FredrikSchaefer

I just tried to create a new case via processing a labMessage. When clicking of Save, I get an exception: ```Constraint violations: (1) Kind: PROPERTY message: darf nicht null sein...

As also VisitDto was modified, and I don't now what values the external journals consider not nullable, this has the potential to break the communication with external journals. We should...

When doing the migration (step 3): ``` UPDATE person SET occupationtype = 'BUSINESSMAN_WOMAN' WHERE occupationtype = 'BUTCHER'; UPDATE person SET occupationtype = 'ACADEMIC' WHERE occupationtype = 'BUSINESSMAN_WOMAN'; ``` Should the...

@kwa20 I'm having a question regarding the `CANCEL` and `DONE` buttons. When initialializing the sample edit form, all changed and newly added pathogen tests shall be expanded. Does this mean...

I fear this will technically be quite complex, and require significant changes in SORMAS and SORMAS-DEMIS-adapter. Also, this will increase the complexity of processing external messages. For each sample, there...

I had to _improvise_ on some aspects, as they were not specified in the ticket. - related messages are just looked for, when there is one sample report in the...