Skip to content

Commit

Permalink
#183 ebs resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony4m committed Dec 11, 2024
1 parent 024ef70 commit 2c273b9
Show file tree
Hide file tree
Showing 52 changed files with 5,046 additions and 6,334 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@
import de.symeda.sormas.api.sormastosormas.share.incoming.SormasToSormasShareRequestFacade;
import de.symeda.sormas.api.sormastosormas.share.outgoing.ShareRequestInfoFacade;
import de.symeda.sormas.api.sormastosormas.share.outgoing.SormasToSormasShareInfoFacade;
import de.symeda.sormas.api.sormastosormas.caze.SormasToSormasCaseFacade;
import de.symeda.sormas.api.sormastosormas.contact.SormasToSormasContactFacade;
import de.symeda.sormas.api.sormastosormas.event.SormasToSormasEventFacade;
import de.symeda.sormas.api.sormastosormas.externalmessage.SormasToSormasExternalMessageFacade;
import de.symeda.sormas.api.sormastosormas.shareinfo.SormasToSormasShareInfoFacade;
import de.symeda.sormas.api.sormastosormas.sharerequest.SormasToSormasShareRequestFacade;
import de.symeda.sormas.api.sormastosormas.entities.ebs.SormasToSormasEbsFacade;
//import de.symeda.sormas.api.sormastosormas.caze.SormasToSormasCaseFacade;
//import de.symeda.sormas.api.sormastosormas.contact.SormasToSormasContactFacade;
//import de.symeda.sormas.api.sormastosormas.event.SormasToSormasEventFacade;
//import de.symeda.sormas.api.sormastosormas.externalmessage.SormasToSormasExternalMessageFacade;
//import de.symeda.sormas.api.sormastosormas.shareinfo.SormasToSormasShareInfoFacade;
//import de.symeda.sormas.api.sormastosormas.sharerequest.SormasToSormasShareRequestFacade;
//import de.symeda.sormas.api.sormastosormas.entities.ebs.SormasToSormasEbsFacade;
import de.symeda.sormas.api.symptoms.SymptomsFacade;
import de.symeda.sormas.api.systemevents.SystemEventFacade;
import de.symeda.sormas.api.systemevents.sync.SyncFacade;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,6 @@ public interface Captions {
String Configuration_Disease = "Configuration.Disease";
// FormType
String Configuration_FormType = "Configuration.FormType";
String Configuration_Diseases = "Configuration.Diseases";
String Configuration_Disease = "Configuration.Disease";
String Configuration_Outbreaks = "Configuration.Outbreaks";
String Configuration_PointsOfEntry = "Configuration.PointsOfEntry";
String Contact = "Contact";
Expand Down Expand Up @@ -3506,6 +3504,7 @@ public interface Captions {
String travelEntryOpenResultingCase = "travelEntryOpenResultingCase";
String travelEntryPointOfEntry = "travelEntryPointOfEntry";
String travelEntryTravelEntriesList = "travelEntryTravelEntriesList";
String Triaging_animalLaboratoryCategoryDetails = "Triaging.animalFacilityCategoryDetails";
String Treatment = "Treatment";
String Treatment_additionalNotes = "Treatment.additionalNotes";
String Treatment_dose = "Treatment.dose";
Expand Down Expand Up @@ -3776,5 +3775,6 @@ public interface Captions {
String years = "years";
String dashboardLastReportedDistrict = "Last Reported District";
String exportDownloadMergeFile ="exportDownloadMergeFile" ;

}

34 changes: 0 additions & 34 deletions sormas-api/src/main/java/de/symeda/sormas/api/i18n/Strings.java
Original file line number Diff line number Diff line change
Expand Up @@ -647,15 +647,6 @@ public interface Strings {
String headingFillThis = "headingFillThis";
String healthStaffDetailsLabel = "healthStaffDetailsLabel";
String headingChildSeek = "headingChildSeek";
String headingSignalInformation = "headingSignalInformation";
String headingSignalVerification = "headingSignalVerification";
String headingRiskAssessment = "headingRiskAssessment";
String headingEventDetails = "headingEventDetails";
String headingRiskDetails = "headingRiskDetails";
String headingTriagingDecision = "headingTriagingDecision";
String headingSixtyDay = "headingSixtyDay";
String headingFillThis = "headingFillThis";
String headingChildSeek = "headingChildSeek";
String headingHowToMergeCases = "headingHowToMergeCases";
String headingHowToMergeContacts = "headingHowToMergeContacts";
String headingImmunizationsRestored = "headingImmunizationsRestored";
Expand Down Expand Up @@ -1778,29 +1769,4 @@ public interface Strings {
String messageTriagingSavedShort = "messageTriagingSavedShort";
String messageAlertSavedShort = "messageAlertSavedShort";
String messageSignalVerificationSavedShort = "messageSignalVerificationSavedShort";
String LowRiskReccomendation = "LowRiskReccomendation";
String LowRiskNotificationTYpe = "LowRiskNotificationTYpe";
String LowRiskNotificationAction = "LowRiskNotificationAction";
String messageRiskAssessmentSavedShort = "messageRiskAssessmentSavedShort";
String messageTriagingSavedShort = "messageTriagingSavedShort";
String messageAlertSavedShort = "messageAlertSavedShort";
String messageSignalVerificationSavedShort = "messageSignalVerificationSavedShort";
String VeryHighRisk = "VeryHighRisk";
String HighRisk = "HighRisk";
String ModerateRisk = "ModerateRisk";
String LowRisk = "LowRisk";
String RecommendedActions = "RecommendedActions";
String NotificationType = "NotificationType";
String NotificationAction = "NotificationAction";
String VeryHighRiskRecommendation = "VeryHighRiskRecommendation";
String VeryHighRiskNotificationType = "VeryHighRiskNotificationType";
String VeryHighRiskNotificationAction = "VeryHighRiskNotificationAction";
String HighRiskRecommendation = "HighRiskRecommendation";
String HighRiskNotificationType = "HighRiskNotificationType";
String HighRiskNotificationAction = "HighRiskNotificationAction";
String ModerateRiskRecommendation = "ModerateRiskRecommendation";
String ModerateRiskNotifcationType = "ModerateRiskNotifcationType";
String ModerateRiskNotificationAction = "ModerateRiskNotificationAction";
String headingCreateNewAssessment = "headingCreateNewAssessment";
String headingCreateNewAlert = "headingCreateNewAlert";
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,5 @@ public interface PathogenTestFacade {

List<PathogenTestDto> getByPersonNames(List<PersonNameDto> personUuid);

Boolean checkIfPathogenTestIsTheFirst(String sampleUuid, String pathogenTestUuid);


}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public class ExternalShareInfoCriteria implements Serializable {
@AuditIncludeProperty
private EbsReferenceDto ebs;

private EbsReferenceDto ebs;

public CaseReferenceDto getCaze() {
return caze;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ public class CaseDtoHelper extends PersonDependentDtoHelper<Case, CaseDataDto> {
private SormasToSormasOriginInfoDtoHelper sormasToSormasOriginInfoDtoHelper = new SormasToSormasOriginInfoDtoHelper();
private HealthConditionsDtoHelper healthConditionsDtoHelper = new HealthConditionsDtoHelper();

public static CaseReferenceDto toReferenceDto(Case ado) {
if (ado == null) {
return null;
}
CaseReferenceDto dto = new CaseReferenceDto(ado.getUuid());

return dto;
}

@Override
protected Class<Case> getAdoClass() {
return Case.class;
Expand All @@ -80,7 +89,7 @@ protected Class<CaseDataDto> getDtoClass() {
}

@Override
protected Call<List<CaseDataDto>> pullAllSince(long since, Integer size, String lastSynchronizedUuid) throws NoConnectionException {
protected Call<List<CaseDataDto>> pullAllSince(long since, Integer size, String lastSynchronizedUuid) throws NoConnectionException {
return RetroProvider.getCaseFacade().pullAllSince(since, size, lastSynchronizedUuid);
}

Expand Down Expand Up @@ -501,15 +510,6 @@ protected long getApproximateJsonSizeInBytes() {
return CaseDataDto.APPROXIMATE_JSON_SIZE_IN_BYTES;
}

public static CaseReferenceDto toReferenceDto(Case ado) {
if (ado == null) {
return null;
}
CaseReferenceDto dto = new CaseReferenceDto(ado.getUuid());

return dto;
}

@Override
protected PersonReferenceDto getPerson(CaseDataDto dto) {
return dto.getPerson();
Expand Down
Loading

0 comments on commit 2c273b9

Please sign in to comment.