Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeartView
Please create a React-JS view called "PflegeartView" for the fields of the Pflegeart entity. The PflegeartView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: Code type: STRING An existing Pflegeart entity should be loaded from the relative URL: "/PflegeartService/pflegeart/{id}" (HTTP-GET) If a new Pflegeart entity has been created, the new entity should be posted to the relative URL: "/PflegeartService/pflegeart" (HTTP-POST) If an existing Pflegeart entity has been updated, the modified entity should be sent to the relative URL: "/PflegeartService/pflegeart/{id}" (HTTP-PUT) If an existing Pflegeart entity has to be deleted, the following relative URL should be called: "/PflegeartService/pflegeart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pflegeplatz columns: - column: Bereich - column: Pflegeart - column: Pflegeheim - column: Zimmernummer - column: MaxBewohner - column: Aktiv - column: IstKurzzeitpflege The table should have the title "Pflegeplatzs" und the data must be loaded from the server with the following relative URL: "/PflegeheimketteService/pflegeplatz/pflegeart/{id}" 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/pflegeart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum