Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahnarztView
Please create a React-JS view called "ZahnarztView" for the fields of the Zahnarzt entity. The ZahnarztView must contain the following fields: - name: Geburtsjahr type: LONG - name: Geschlecht type: STRING - name: IstImRuhestand type: BOOL - name: IstSelbstaendig type: BOOL - name: IstVertragszahnarzt type: BOOL - name: Land type: Land - name: Nachname type: STRING - name: Vorname type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Zahnarzt entity should be loaded from the relative URL: "/ZahnarztService/zahnarzt/{id}" (HTTP-GET) If a new Zahnarzt entity has been created, the new entity should be posted to the relative URL: "/ZahnarztService/zahnarzt" (HTTP-POST) If an existing Zahnarzt entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztService/zahnarzt/{id}" (HTTP-PUT) If an existing Zahnarzt entity has to be deleted, the following relative URL should be called: "/ZahnarztService/zahnarzt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZahnarztSpezialisierung columns: - column: Spezialisierung - column: Zahnarzt - column: Beginn - column: Ende - column: Zertifikatsdatum The table should have the title "ZahnarztSpezialisierungs" und the data must be loaded from the server with the following relative URL: "/LandService/zahnarztspezialisierung/zahnarzt/{id}" Add a HTML table to the view with the following ZahnarztMitgliedschaft columns: - column: Ende - column: Zahnarzt - column: Mitgliedschaftstyp - column: IstPflichtmitgliedschaft - column: Beginn - column: Berufskoerperschaft The table should have the title "ZahnarztMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/BerufskoerperschaftService/zahnarztmitgliedschaft/zahnarzt/{id}" Add a HTML table to the view with the following ZahnarztBeschaeftigung columns: - column: Ende - column: Zahnarztpraxis - column: Rollentyp - column: Beginn - column: Beschaeftigungstyp - column: IstEigentuemer - column: Zahnarzt The table should have the title "ZahnarztBeschaeftigungs" und the data must be loaded from the server with the following relative URL: "/BeschaeftigungstypService/zahnarztbeschaeftigung/zahnarzt/{id}" Add a HTML table to the view with the following Berufsunfallversicherung columns: - column: IstPflicht - column: Versicherungstraeger - column: Deckungsart - column: Beginn - column: Ende - column: Zahnarzt The table should have the title "Berufsunfallversicherungs" und the data must be loaded from the server with the following relative URL: "/ZahnarztService/berufsunfallversicherung/zahnarzt/{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/zahnarzt/{id}" Add a HTML table to the view with the following Behandlungsfall columns: - column: Beginn - column: IstKieferorthopaedisch - column: Ende - column: Zahnarztpraxis - column: Patient - column: Zahnarzt - column: IstNotfall The table should have the title "Behandlungsfalls" und the data must be loaded from the server with the following relative URL: "/ZahnarztpraxisService/behandlungsfall/zahnarzt/{id}" Add a HTML table to the view with the following ZahnarztBerufskrankheit columns: - column: IstArbeitsbedingtBestaetigt - column: Zahnarzt - column: Diagnosedatum - column: Berufskrankheit The table should have the title "ZahnarztBerufskrankheits" und the data must be loaded from the server with the following relative URL: "/PraxistypService/zahnarztberufskrankheit/zahnarzt/{id}" Add a HTML table to the view with the following ZahnarztFortbildung columns: - column: Zertifikatsnummer - column: Zahnarzt - column: Punkte - column: Fortbildung The table should have the title "ZahnarztFortbildungs" und the data must be loaded from the server with the following relative URL: "/FortbildungService/zahnarztfortbildung/zahnarzt/{id}" Add a HTML table to the view with the following ZahnarztAbschluss columns: - column: Abschlussjahr - column: Zahnarzt - column: Abschluss - column: Universitaet - column: Studienprogramm The table should have the title "ZahnarztAbschlusss" und the data must be loaded from the server with the following relative URL: "/ZahnarztService/zahnarztabschluss/zahnarzt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum