Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahnarztApp
Please create a React-JS application for the ZahnarztModule. The application has to offer the following views for the user interface: 1. AbschlussView 2. BerufsunfallversicherungView 3. ZahnarztView 4. ZahnarztAbschlussView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The AbschlussView must contain the following fields: - name: Abkuerzung type: STRING - name: Fachbereich type: STRING - name: IstDoktorgrad type: BOOL - name: IstMastergrad type: BOOL - name: Land type: Land - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Abschluss entity should be loaded from the relative URL: "/ZahnarztService/abschluss/{id}" (HTTP-GET) If a new Abschluss entity has been created, the new entity should be posted to the relative URL: "/ZahnarztService/abschluss" (HTTP-POST) If an existing Abschluss entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztService/abschluss/{id}" (HTTP-PUT) If an existing Abschluss entity has to be deleted, the following relative URL should be called: "/ZahnarztService/abschluss/{id}" (HTTP-DELETE) 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/abschlussjahr/{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/abschluss/{id}" 2. The BerufsunfallversicherungView must contain the following fields: - name: Beginn type: DATE - name: Deckungsart type: STRING - name: Ende type: DATE - name: IstPflicht type: BOOL - name: Versicherungstraeger type: Versicherungstraeger - name: Zahnarzt type: Zahnarzt The data source for the [Zahnarzt] select control should be loaded from the relative URL: "/ZahnarztService/zahnarzt" (HTTP-GET) The data source for the [Versicherungstraeger] select control should be loaded from the relative URL: "/VersicherungstraegerService/versicherungstraeger" (HTTP-GET) An existing Berufsunfallversicherung entity should be loaded from the relative URL: "/ZahnarztService/berufsunfallversicherung/{id}" (HTTP-GET) If a new Berufsunfallversicherung entity has been created, the new entity should be posted to the relative URL: "/ZahnarztService/berufsunfallversicherung" (HTTP-POST) If an existing Berufsunfallversicherung entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztService/berufsunfallversicherung/{id}" (HTTP-PUT) If an existing Berufsunfallversicherung entity has to be deleted, the following relative URL should be called: "/ZahnarztService/berufsunfallversicherung/{id}" (HTTP-DELETE) 3. 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}" 4. The ZahnarztAbschlussView must contain the following fields: - name: Abschluss type: Abschluss - name: Abschlussjahr type: Abschluss - name: Studienprogramm type: Studienprogramm - name: Universitaet type: STRING - name: Zahnarzt type: Zahnarzt The data source for the [Abschlussjahr] select control should be loaded from the relative URL: "/ZahnarztService/abschluss" (HTTP-GET) The data source for the [Zahnarzt] select control should be loaded from the relative URL: "/ZahnarztService/zahnarzt" (HTTP-GET) The data source for the [Studienprogramm] select control should be loaded from the relative URL: "/FortbildungService/studienprogramm" (HTTP-GET) The data source for the [Abschluss] select control should be loaded from the relative URL: "/ZahnarztService/abschluss" (HTTP-GET) An existing ZahnarztAbschluss entity should be loaded from the relative URL: "/ZahnarztService/zahnarztabschluss/{id}" (HTTP-GET) If a new ZahnarztAbschluss entity has been created, the new entity should be posted to the relative URL: "/ZahnarztService/zahnarztabschluss" (HTTP-POST) If an existing ZahnarztAbschluss entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztService/zahnarztabschluss/{id}" (HTTP-PUT) If an existing ZahnarztAbschluss entity has to be deleted, the following relative URL should be called: "/ZahnarztService/zahnarztabschluss/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum