forked from SORMAS-Foundation/SORMAS-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SORMAS-Foundation#10485 from hzi-braunschweig/reve…
…rt-10383-bugfix-10343-missing-validations-via-api Revert "Bugfix 10343 missing validations via api"
- Loading branch information
Showing
9 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
sormas-ui/src/test/resources/sormas_case_import_test_pathogen_tests.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,Sample,Sample,Sample,Sample,Sample,Sample,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,Sample,Sample,Sample,Sample,Sample,Sample,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest | ||
externalID,disease,person.firstName,person.lastName,person.sex,person.approximateAge,person.approximateAgeType,person.presentCondition,person.phone,person.address.city,epidNumber,reportDate,responsibleRegion,responsibleDistrict,responsibleCommunity,healthFacility,hospitalization.admittedToHealthFacility,symptoms.fever,epiData.contactWithSourceCaseKnown,facilityType,sampleDateTime,reportDateTime,sampleMaterial,sampleMaterialText,samplePurpose,lab,testDateTime,testedDisease,testType,lab,testResult,testResultVerified,sampleDateTime,reportDateTime,sampleMaterial,sampleMaterialText,samplePurpose,lab,testDateTime,testedDisease,testType,lab,testResult,testResultVerified,testDateTime,testedDisease,testType,lab,testResult,testResultVerified | ||
case1,CORONAVIRUS,Import Test,One,MALE,18,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-1,11/20/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,,,,,,,11/20/2018,CORONAVIRUS,ANTIBODY_DETECTION,Lab,POSITIVE,true | ||
case2,CORONAVIRUS,Import Test,Two,MALE,19,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-2,11/21/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/20/2018,11/20/2018,BLOOD,MATERIALTEXT,INTERNAL,Lab,11/20/2018,CORONAVIRUS,ANTIBODY_DETECTION,Lab,POSITIVE,true | ||
case3,CORONAVIRUS,Import Test,Three,MALE,20,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-3,11/22/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/19/2018,11/20/2018,BLOOD,MATERIALTEXT,INTERNAL,Lab,11/20/2018,CORONAVIRUS,ANTIBODY_DETECTION,Lab,POSITIVE,true,11/20/2018,11/20/2018,STOOL,MATERIALTEXT,INTERNAL,Lab,11/20/2018,CORONAVIRUS,ANTIGEN_DETECTION,Lab,PENDING,true,11/20/2018,CORONAVIRUS,RAPID_TEST,Lab,NEGATIVE,true | ||
CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,Sample,Sample,Sample,Sample,Sample,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,Sample,Sample,Sample,Sample,Sample,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest,PathogenTest | ||
externalID,disease,person.firstName,person.lastName,person.sex,person.approximateAge,person.approximateAgeType,person.presentCondition,person.phone,person.address.city,epidNumber,reportDate,responsibleRegion,responsibleDistrict,responsibleCommunity,healthFacility,hospitalization.admittedToHealthFacility,symptoms.fever,epiData.contactWithSourceCaseKnown,facilityType,sampleDateTime,reportDateTime,sampleMaterial,samplePurpose,lab,testDateTime,testedDisease,testType,lab,testResult,testResultVerified,sampleDateTime,reportDateTime,sampleMaterial,samplePurpose,lab,testDateTime,testedDisease,testType,lab,testResult,testResultVerified,testDateTime,testedDisease,testType,lab,testResult,testResultVerified | ||
case1,CORONAVIRUS,Import Test,One,MALE,18,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-1,11/20/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,,,,,,11/20/2018,CORONAVIRUS,ANTIBODY_DETECTION,Lab,POSITIVE,true | ||
case2,CORONAVIRUS,Import Test,Two,MALE,19,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-2,11/21/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/20/2018,11/20/2018,BLOOD,INTERNAL,Lab,11/20/2018,CORONAVIRUS,ANTIBODY_DETECTION,Lab,POSITIVE,true | ||
case3,CORONAVIRUS,Import Test,Three,MALE,20,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-3,11/22/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/19/2018,11/20/2018,BLOOD,INTERNAL,Lab,11/20/2018,CORONAVIRUS,ANTIBODY_DETECTION,Lab,POSITIVE,true,11/20/2018,11/20/2018,STOOL,INTERNAL,Lab,11/20/2018,CORONAVIRUS,ANTIGEN_DETECTION,Lab,PENDING,true,11/20/2018,CORONAVIRUS,RAPID_TEST,Lab,NEGATIVE,true |
8 changes: 4 additions & 4 deletions
8
sormas-ui/src/test/resources/sormas_case_import_test_samples.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample | ||
externalID,disease,person.firstName,person.lastName,person.sex,person.approximateAge,person.approximateAgeType,person.presentCondition,person.phone,person.address.city,epidNumber,reportDate,responsibleRegion,responsibleDistrict,responsibleCommunity,healthFacility,hospitalization.admittedToHealthFacility,symptoms.fever,epiData.contactWithSourceCaseKnown,facilityType,sampleDateTime,reportDateTime,sampleMaterial,sampleMaterialText,samplePurpose,lab,sampleDateTime,reportDateTime,sampleMaterial,sampleMaterialText,samplePurpose,lab | ||
CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,CaseData,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample,Sample | ||
externalID,disease,person.firstName,person.lastName,person.sex,person.approximateAge,person.approximateAgeType,person.presentCondition,person.phone,person.address.city,epidNumber,reportDate,responsibleRegion,responsibleDistrict,responsibleCommunity,healthFacility,hospitalization.admittedToHealthFacility,symptoms.fever,epiData.contactWithSourceCaseKnown,facilityType,sampleDateTime,reportDateTime,sampleMaterial,samplePurpose,lab,sampleDateTime,reportDateTime,sampleMaterial,samplePurpose,lab | ||
case1,CORONAVIRUS,Import Test,One,MALE,18,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-1,11/20/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL | ||
case2,CORONAVIRUS,Import Test,Two,MALE,19,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-2,11/21/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/20/2018,11/20/2018,BLOOD,MATERIALTEXT,INTERNAL,Lab | ||
case3,CORONAVIRUS,Import Test,Three,MALE,20,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-3,11/22/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/19/2018,11/20/2018,BLOOD,MATERIALTEXT,INTERNAL,Lab,11/20/2018,11/20/2018,STOOL,MATERIALTEXT,INTERNAL,Lab | ||
case2,CORONAVIRUS,Import Test,Two,MALE,19,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-2,11/21/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/20/2018,11/20/2018,BLOOD,INTERNAL,Lab | ||
case3,CORONAVIRUS,Import Test,Three,MALE,20,YEARS,ALIVE,12345,One City,ABC-DEF-GHI-19-3,11/22/2018,Region,District,Community,Facility,NO,YES,YES,HOSPITAL,11/19/2018,11/20/2018,BLOOD,INTERNAL,Lab,11/20/2018,11/20/2018,STOOL,INTERNAL,Lab |
2 changes: 1 addition & 1 deletion
2
sormas-ui/src/test/resources/sormas_travelentry_import_no_jurisdiction.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Nachname,Vorname,Geschlecht,Geburtsdatum,Tel. persönlich,Tel. weitere,E-Mail Adresse,disease,responsibleRegion,responsibleDistrict,responsibleCommunity,pointOfEntryRegion,pointOfEntryDistrict,pointOfEntry,pointOfEntryDetails,Einreisedatum | ||
Lastname,Firstname,male,01.04.1980,1234567890,12341234,[email protected],CORONAVIRUS,,,,,,,POEDETAILS,01.04.2021 | ||
Lastname,Firstname,male,01.04.1980,1234567890,12341234,[email protected],CORONAVIRUS,,,,,,,,01.04.2021 |
2 changes: 1 addition & 1 deletion
2
sormas-ui/src/test/resources/sormas_travelentry_import_test.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Nachname,Vorname,Geschlecht,Geburtsdatum,Tel. persönlich,Tel. weitere,E-Mail Adresse,disease,responsibleRegion,responsibleDistrict,responsibleCommunity,pointOfEntryRegion,pointOfEntryDistrict,pointOfEntry,pointOfEntryDetails,Einreisedatum | ||
Lastname,Firstname,male,01.04.1980,1234567890,12341234,[email protected],CORONAVIRUS,Region,District,,,,POE,POEDETAILS,01.04.2021 | ||
Lastname,Firstname,male,01.04.1980,1234567890,12341234,[email protected],CORONAVIRUS,Region,District,,,,POE,,01.04.2021 |
2 changes: 1 addition & 1 deletion
2
sormas-ui/src/test/resources/sormas_travelentry_import_test_tab.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Nachname Vorname Geschlecht Geburtsdatum Tel. persönlich Tel. weitere E-Mail Adresse disease responsibleRegion responsibleDistrict responsibleCommunity pointOfEntryRegion pointOfEntryDistrict pointOfEntry pointOfEntryDetails Einreisedatum | ||
Lastname Firstname male 01.04.1980 1234567890 12341234 [email protected] CORONAVIRUS Region District POE POEDETAILS 01.04.2021 | ||
Lastname Firstname male 01.04.1980 1234567890 12341234 [email protected] CORONAVIRUS Region District POE 01.04.2021 |
2 changes: 0 additions & 2 deletions
2
sormas-ui/src/test/resources/sormas_travelentry_import_test_tab.csv.bak
This file was deleted.
Oops, something went wrong.