Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GesetzView
Please create a React-JS view called "GesetzView" for the fields of the Gesetz entity. The GesetzView must contain the following fields: - name: Beschreibung type: STRING - name: Buch type: STRING - name: GesetzName type: STRING - name: Paragraph type: STRING - name: Titel type: STRING An existing Gesetz entity should be loaded from the relative URL: "/GesetzService/gesetz/{id}" (HTTP-GET) If a new Gesetz entity has been created, the new entity should be posted to the relative URL: "/GesetzService/gesetz" (HTTP-POST) If an existing Gesetz entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/gesetz/{id}" (HTTP-PUT) If an existing Gesetz entity has to be deleted, the following relative URL should be called: "/GesetzService/gesetz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Klient columns: - column: Hauptdiagnose - column: Wohnort - column: Telefonnummer - column: Pflegegrad - column: EMailAdresse - column: Geschlecht - column: Geburtsdatum - column: IstVerstorben - column: Pflegedienst - column: Hauptstandort - column: Lebenssituation - column: Vorname - column: Nachname - column: Sterbedatum - column: Familienstand - column: GesetzlicherBetreuer The table should have the title "Klients" und the data must be loaded from the server with the following relative URL: "/PflegedienstService/klient/gesetzlicherbetreuer/{id}" Add a HTML table to the view with the following PflegedienstGesetz columns: - column: GueltigVon - column: Beziehung - column: Gesetz - column: Pflegedienst - column: GueltigBis The table should have the title "PflegedienstGesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/pflegedienstgesetz/gesetz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum