From f4ae0e6061afb8e992a44be5551ac2bbd7763816 Mon Sep 17 00:00:00 2001 From: kroko Date: Mon, 10 Jun 2024 16:38:19 +0200 Subject: [PATCH] change Labors --- .../labor_stein/befund/Core/Models/Labor.java | 32 ++++++------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/app/src/main/java/de/labor_stein/befund/Core/Models/Labor.java b/app/src/main/java/de/labor_stein/befund/Core/Models/Labor.java index 5027b25..4fbaf3c 100644 --- a/app/src/main/java/de/labor_stein/befund/Core/Models/Labor.java +++ b/app/src/main/java/de/labor_stein/befund/Core/Models/Labor.java @@ -77,7 +77,7 @@ public class Labor /** MVZ Labor Dr. Limbach & Kollegen GbR **/ Labor labor_heidelberg = new Labor(); labor_heidelberg.id = "LABOR_HEIDELBERG"; - labor_heidelberg.name = "MVZ Labor Dr. Limbach & Kollegen GbR"; + labor_heidelberg.name = "MVZ Labor Dr. Limbach & Kollegen eGbR"; labor_heidelberg.street = "Im Breitspiel 16"; labor_heidelberg.city = "Heidelberg"; labor_heidelberg.zip = "69126"; @@ -119,7 +119,7 @@ public class Labor /** MVZ Labor Limbach Aachen **/ Labor labor_aachen = new Labor(); labor_aachen.id = "LABOR_AACHEN"; - labor_aachen.name = "MVZ Labor Limbach Aachen"; + labor_aachen.name = "MVZ Labor Limbach Aachen eGbR"; labor_aachen.street = "Karl-Carstens-Straße 19"; labor_aachen.city = "Würselen"; labor_aachen.zip = "52146"; @@ -147,7 +147,7 @@ public class Labor /** MVZ Gemeinschaftslabor Cottbus GbR **/ Labor labor_cottbus = new Labor(); labor_cottbus.id = "LABOR_COTTBUS"; - labor_cottbus.name = "MVZ Gemeinschaftslabor Cottbus GbR"; + labor_cottbus.name = "MVZ Gemeinschaftslabor Cottbus GmbH"; labor_cottbus.street = "Uhlandstraße 53"; labor_cottbus.city = "Cottbus"; labor_cottbus.zip = "03050"; @@ -236,7 +236,7 @@ public class Labor labor_freiburg.city = "Freiburg"; labor_freiburg.zip = "79100"; labor_freiburg.tel = "+49 761 31905-0"; - labor_freiburg.web = "www.mvz-clotten.de"; + labor_freiburg.web = "www.labor-clotten.de"; labor_freiburg.logo = R.drawable.labor_freiburg; labor_freiburg.host = Servers.LABOR_FREIBURG; labor_freiburg.active = true; @@ -245,32 +245,18 @@ public class Labor /** MVZ Labor Limbach Hannover GbR **/ Labor labor_hannover = new Labor(); labor_hannover.id = "LABOR_HANNOVER"; - labor_hannover.name = "MVZ Labor Limbach Hannover GbR"; + labor_hannover.name = "MVZ Labor Limbach Lehrte"; labor_hannover.street = "Auf den Pohläckern 12"; labor_hannover.city = "Lehrte"; labor_hannover.zip = "31275"; labor_hannover.tel = "+49 5132 8695-0"; - labor_hannover.web = "www.labor-limbach-hannover.de"; + labor_hannover.web = "www.labor-limbach-lehrte.de"; labor_hannover.logo = R.drawable.labor_hannover; labor_hannover.host = Servers.LABOR_HANNOVER; labor_hannover.active = true; result.add(labor_hannover); - /** MVZ Medizinisches Labor Main-Taunus GbR **/ - Labor labor_hofheim = new Labor(); - labor_hofheim.id = "LABOR_HOFHEIM"; - labor_hofheim.name = "MVZ Medizinisches Labor Main-Taunus GbR"; - labor_hofheim.street = "Hofheimer Straße 71"; - labor_hofheim.city = "Hofheim"; - labor_hofheim.zip = "65719"; - labor_hofheim.tel = "+49 6192 9924-0"; - labor_hofheim.web = "www.labor-hofheim.de"; - labor_hofheim.logo = R.drawable.labor_hofheim; - labor_hofheim.host = Servers.LABOR_HOFHEIM; - labor_hofheim.active = true; - result.add(labor_hofheim); - /** MVZ Labor PD Dr. Volkmann und Kollegen GbR **/ Labor labor_karlsruhe = new Labor(); labor_karlsruhe.id = "LABOR_KARLSRUHE"; @@ -358,7 +344,7 @@ public class Labor /** MVZ Labor Passau GbR **/ Labor labor_passau = new Labor(); labor_passau.id = "LABOR_PASSAU"; - labor_passau.name = "MVZ Labor Passau GbR"; + labor_passau.name = "MVZ Labor Passau GmbH"; labor_passau.street = "Wörth 15"; labor_passau.city = "Passau"; labor_passau.zip = "94034"; @@ -414,7 +400,7 @@ public class Labor /** Labor MVZ Westmecklenburg GbR **/ Labor labor_schwerin = new Labor(); labor_schwerin.id = "LABOR_SCHWERIN"; - labor_schwerin.name = "Labor MVZ Westmecklenburg GbR"; + labor_schwerin.name = "Labor MVZ Westmecklenburg GmbH"; labor_schwerin.street = "Ellerried 5 – 7"; labor_schwerin.city = "Schwerin"; labor_schwerin.zip = "19061"; @@ -468,7 +454,7 @@ public class Labor /** MVZ Medizinisches Labor Hannover **/ Labor labor_hannover_mlh = new Labor(); labor_hannover_mlh.id = "LABOR_HANNOVER_MLM"; - labor_hannover_mlh.name = "MVZ Medizinisches Labor Hannover"; + labor_hannover_mlh.name = "MVZ Medizinisches Labor Hannover GmbH"; labor_hannover_mlh.street = "Am TÜV 6"; labor_hannover_mlh.city = "Hannover"; labor_hannover_mlh.zip = "30519";