Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegekasseView
Please create a React-JS view called "PflegekasseView" for the fields of the Pflegekasse entity. The PflegekasseView must contain the following fields: - name: Bundesland type: Bundesland - name: Kassenart type: STRING - name: Name type: STRING The data source for the [Bundesland] select control should be loaded from the relative URL: "/BundeslandService/bundesland" (HTTP-GET) An existing Pflegekasse entity should be loaded from the relative URL: "/BewohnerService/pflegekasse/{id}" (HTTP-GET) If a new Pflegekasse entity has been created, the new entity should be posted to the relative URL: "/BewohnerService/pflegekasse" (HTTP-POST) If an existing Pflegekasse entity has been updated, the modified entity should be sent to the relative URL: "/BewohnerService/pflegekasse/{id}" (HTTP-PUT) If an existing Pflegekasse entity has to be deleted, the following relative URL should be called: "/BewohnerService/pflegekasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bewohner columns: - column: Pflegeheim - column: Sterbedatum - column: Geburtsdatum - column: Sozialhilfetraeger - column: Pflegekasse - column: Auszugsdatum - column: AktuellerPflegestatus - column: HatAngehoerigeDieZahlen - column: Einzugsdatum - column: Geschlecht - column: Pflegegrad - column: Nachname - column: Vorname The table should have the title "Bewohners" und the data must be loaded from the server with the following relative URL: "/BewohnerService/bewohner/pflegekasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum