Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KindeswohlgefaehrdungsHinweisView
Please create a React-JS view called "KindeswohlgefaehrdungsHinweisView" for the fields of the KindeswohlgefaehrdungsHinweis entity. The KindeswohlgefaehrdungsHinweisView must contain the following fields: - name: Beschreibung type: STRING - name: BetroffenePerson type: Person - name: Familie type: Familie - name: Jugendamt type: Jugendamt - name: Meldedatum type: DATE - name: MeldendePerson type: Person - name: Quelle type: STRING The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Familie] select control should be loaded from the relative URL: "/FamilieService/familie" (HTTP-GET) The data source for the [MeldendePerson] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [BetroffenePerson] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing KindeswohlgefaehrdungsHinweis entity should be loaded from the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/{id}" (HTTP-GET) If a new KindeswohlgefaehrdungsHinweis entity has been created, the new entity should be posted to the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis" (HTTP-POST) If an existing KindeswohlgefaehrdungsHinweis entity has been updated, the modified entity should be sent to the relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/{id}" (HTTP-PUT) If an existing KindeswohlgefaehrdungsHinweis entity has to be deleted, the following relative URL should be called: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gefaehrdungseinschaetzung columns: - column: Beschreibung - column: Durchfuehrungsdatum - column: Diagnoseinstrument - column: KindeswohlgefaehrdungsHinweis - column: Ergebnis The table should have the title "Gefaehrdungseinschaetzungs" und the data must be loaded from the server with the following relative URL: "/KindeswohlgefaehrdungsHinweisService/gefaehrdungseinschaetzung/kindeswohlgefaehrdungshinweis/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum