Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegepersonView
Please create a React-JS view called "PflegepersonView" for the fields of the Pflegeperson entity. The PflegepersonView must contain the following fields: - name: AktivBis type: DATE - name: AktivSeit type: DATE - name: Beschreibung type: STRING - name: JugendamtZustaendig type: Jugendamt - name: Person type: Person - name: Qualifikation type: STRING The data source for the [JugendamtZustaendig] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Pflegeperson entity should be loaded from the relative URL: "/PflegepersonService/pflegeperson/{id}" (HTTP-GET) If a new Pflegeperson entity has been created, the new entity should be posted to the relative URL: "/PflegepersonService/pflegeperson" (HTTP-POST) If an existing Pflegeperson entity has been updated, the modified entity should be sent to the relative URL: "/PflegepersonService/pflegeperson/{id}" (HTTP-PUT) If an existing Pflegeperson entity has to be deleted, the following relative URL should be called: "/PflegepersonService/pflegeperson/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pflegeerlaubnis columns: - column: Widerrufsdatum - column: RechtsgrundlageParagraf - column: Erteilungsdatum - column: Ruecknahmedatum - column: Pflegeperson The table should have the title "Pflegeerlaubniss" und the data must be loaded from the server with the following relative URL: "/PflegepersonService/pflegeerlaubnis/pflegeperson/{id}" Add a HTML table to the view with the following InobhutnahmeFall columns: - column: Pflegeperson - column: Beginn - column: GerichtlicheEntscheidung - column: GerichtlicheEntscheidungErforderlich - column: Einrichtung - column: Jugendamt - column: Grund - column: Unterbringungsart - column: Familie - column: Ende - column: GegenWillenSorgeberechtigter - column: BetroffenePerson The table should have the title "InobhutnahmeFalls" und the data must be loaded from the server with the following relative URL: "/FreierTraegerService/inobhutnahmefall/pflegeperson/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum