Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegegradView
Please create a React-JS view called "PflegegradView" for the fields of the Pflegegrad entity. The PflegegradView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: Code type: INT - name: GueltigAb type: DATE - name: LeistungStationaerMonat type: DOUBLE An existing Pflegegrad entity should be loaded from the relative URL: "/PflegegradService/pflegegrad/{id}" (HTTP-GET) If a new Pflegegrad entity has been created, the new entity should be posted to the relative URL: "/PflegegradService/pflegegrad" (HTTP-POST) If an existing Pflegegrad entity has been updated, the modified entity should be sent to the relative URL: "/PflegegradService/pflegegrad/{id}" (HTTP-PUT) If an existing Pflegegrad entity has to be deleted, the following relative URL should be called: "/PflegegradService/pflegegrad/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pflegekassenleistung columns: - column: Pflegegrad - column: PauschaleMonat - column: GueltigBis - column: Heimvertrag - column: GueltigAb The table should have the title "Pflegekassenleistungs" und the data must be loaded from the server with the following relative URL: "/PflegeartService/pflegekassenleistung/pflegegrad/{id}" 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/pflegegrad/{id}" Add a HTML table to the view with the following Pflegesatzvereinbarung columns: - column: PflegesatzProTag - column: Versorgungsvertrag - column: GueltigAb - column: Pflegegrad - column: PflegesatzProMonat - column: GueltigBis The table should have the title "Pflegesatzvereinbarungs" und the data must be loaded from the server with the following relative URL: "/PflegegradService/pflegesatzvereinbarung/pflegegrad/{id}" Add a HTML table to the view with the following Kostenzusammensetzung columns: - column: Pflegeheim - column: GueltigBis - column: Pflegegrad - column: PflegesatzMonat - column: UnterkunftVerpflegungMonat - column: AusbildungsumlageMonat - column: DurchschnittlicherEigenanteilMonat - column: GueltigAb - column: EinheitlicherEigenanteilMonat - column: InvestitionskostenMonat The table should have the title "Kostenzusammensetzungs" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/kostenzusammensetzung/pflegegrad/{id}" Add a HTML table to the view with the following Personalschluessel columns: - column: Bundesland - column: GueltigBis - column: Pflegegrad - column: VerhaeltnisBewohnerProKraft - column: Pflegeheim - column: Personalart - column: GueltigAb The table should have the title "Personalschluessels" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/personalschluessel/pflegegrad/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum