Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Einkommensstatistik columns: - column: Rollentyp - column: Quelle - column: Waehrung - column: Jahr - column: Land - column: Geschlecht - column: Durchschnittseinkommen - column: MedianEinkommen The table should have the title "Einkommensstatistiks" und the data must be loaded from the server with the following relative URL: "/RollentypService/einkommensstatistik/land/{id}" Add a HTML table to the view with the following Studienprogramm columns: - column: Zugangsbeschraenkung - column: DauerSemester - column: Universitaet - column: HatKlinik - column: Land - column: HatVorklinik - column: Name The table should have the title "Studienprogramms" und the data must be loaded from the server with the following relative URL: "/FortbildungService/studienprogramm/land/{id}" Add a HTML table to the view with the following Berufskoerperschaft columns: - column: Webseite - column: Name - column: Land - column: Koerperschaftstyp The table should have the title "Berufskoerperschafts" und the data must be loaded from the server with the following relative URL: "/BerufskoerperschaftService/berufskoerperschaft/land/{id}" Add a HTML table to the view with the following Zahnarztpraxis columns: - column: IstMedizinischesVersorgungszentrum - column: Land - column: Name - column: Stadt - column: Praxistyp - column: EigentuemerZahnarzt The table should have the title "Zahnarztpraxiss" und the data must be loaded from the server with the following relative URL: "/ZahnarztpraxisService/zahnarztpraxis/land/{id}" Add a HTML table to the view with the following Fortbildungspflicht columns: - column: Land - column: Sanktion - column: ZeitraumJahre - column: ErforderlichePunkte - column: Rollentyp The table should have the title "Fortbildungspflichts" und the data must be loaded from the server with the following relative URL: "/RollentypService/fortbildungspflicht/land/{id}" Add a HTML table to the view with the following Gesetz columns: - column: Land - column: Gesetzestyp - column: Name - column: Zitat - column: GueltigAb The table should have the title "Gesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetz/land/{id}" Add a HTML table to the view with the following Abrechnungstyp columns: - column: Name - column: Land - column: Rechtsgrundlage - column: IstGesetzlich - column: Beschreibung The table should have the title "Abrechnungstyps" und the data must be loaded from the server with the following relative URL: "/LandService/abrechnungstyp/land/{id}" Add a HTML table to the view with the following Spezialisierung columns: - column: Name - column: Beschreibung - column: IstFachzahnarzt - column: IstMedizinischeSpezialitaet - column: Land The table should have the title "Spezialisierungs" und the data must be loaded from the server with the following relative URL: "/LandService/spezialisierung/land/{id}" Add a HTML table to the view with the following Zahnarzt columns: - column: Geschlecht - column: IstImRuhestand - column: Vorname - column: IstSelbstaendig - column: Nachname - column: Land - column: IstVertragszahnarzt - column: Geburtsjahr The table should have the title "Zahnarzts" und the data must be loaded from the server with the following relative URL: "/ZahnarztService/zahnarzt/land/{id}" Add a HTML table to the view with the following Versicherungstraeger columns: - column: Name - column: Traegertyp - column: Land The table should have the title "Versicherungstraegers" und the data must be loaded from the server with the following relative URL: "/VersicherungstraegerService/versicherungstraeger/land/{id}" Add a HTML table to the view with the following Fortbildung columns: - column: Anbieter - column: Titel - column: Beginn - column: Land - column: Ende - column: IstIndustriegesponsert The table should have the title "Fortbildungs" und the data must be loaded from the server with the following relative URL: "/FortbildungService/fortbildung/land/{id}" Add a HTML table to the view with the following Zulassung columns: - column: ZustaendigeKoerperschaft - column: Ausstellungsdatum - column: Zulassungstyp - column: Zahnarzt - column: Land - column: Status - column: Ablaufdatum The table should have the title "Zulassungs" und the data must be loaded from the server with the following relative URL: "/ZulassungstypService/zulassung/land/{id}" Add a HTML table to the view with the following Patient columns: - column: Land - column: Nachname - column: Geburtsdatum - column: Vorname - column: Krankenversicherungstyp The table should have the title "Patients" und the data must be loaded from the server with the following relative URL: "/ZahnarztpraxisService/patient/land/{id}" Add a HTML table to the view with the following Abschluss columns: - column: Fachbereich - column: Land - column: Name - column: IstMastergrad - column: Abkuerzung - column: IstDoktorgrad The table should have the title "Abschlusss" und the data must be loaded from the server with the following relative URL: "/ZahnarztService/abschluss/land/{id}" Add a HTML table to the view with the following Krankenversicherungstyp columns: - column: IstPrivat - column: Name - column: IstGesetzlich - column: Land The table should have the title "Krankenversicherungstyps" und the data must be loaded from the server with the following relative URL: "/ZahnarztpraxisService/krankenversicherungstyp/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum