Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeplatzView
Please create a React-JS view called "PflegeplatzView" for the fields of the Pflegeplatz entity. The PflegeplatzView must contain the following fields: - name: Aktiv type: BOOL - name: Bereich type: STRING - name: IstKurzzeitpflege type: BOOL - name: MaxBewohner type: INT - name: Pflegeart type: Pflegeart - name: Pflegeheim type: Pflegeheim - name: Zimmernummer type: STRING The data source for the [Pflegeheim] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) The data source for the [Pflegeart] select control should be loaded from the relative URL: "/PflegeartService/pflegeart" (HTTP-GET) An existing Pflegeplatz entity should be loaded from the relative URL: "/PflegeheimketteService/pflegeplatz/{id}" (HTTP-GET) If a new Pflegeplatz entity has been created, the new entity should be posted to the relative URL: "/PflegeheimketteService/pflegeplatz" (HTTP-POST) If an existing Pflegeplatz entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimketteService/pflegeplatz/{id}" (HTTP-PUT) If an existing Pflegeplatz entity has to be deleted, the following relative URL should be called: "/PflegeheimketteService/pflegeplatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Heimvertrag columns: - column: Pflegeplatz - column: Bemessungsdatum - column: Bewohner - column: Vertragsbeginn - column: EinheitlicherEigenanteilMonat - column: GesamtheimentgeltMonat - column: AusbildungsumlageMonat - column: Aktuell - column: Pflegeart - column: Vertragsende - column: PflegesatzMonat - column: UnterkunftVerpflegungMonat - column: InvestitionskostenMonat The table should have the title "Heimvertrags" und the data must be loaded from the server with the following relative URL: "/PflegeartService/heimvertrag/pflegeplatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum