Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeplanView
Please create a React-JS view called "PflegeplanView" for the fields of the Pflegeplan entity. The PflegeplanView must contain the following fields: - name: AktualisiertAm type: DATE - name: ErstelltAm type: DATE - name: ErstelltVonMitarbeiter type: INT - name: Klient type: Klient - name: Planstatus type: STRING - name: RisikoEinschaetzung type: STRING - name: Zielbeschreibung type: STRING The data source for the [Klient] select control should be loaded from the relative URL: "/PflegedienstService/klient" (HTTP-GET) An existing Pflegeplan entity should be loaded from the relative URL: "/LeistungskatalogEintragService/pflegeplan/{id}" (HTTP-GET) If a new Pflegeplan entity has been created, the new entity should be posted to the relative URL: "/LeistungskatalogEintragService/pflegeplan" (HTTP-POST) If an existing Pflegeplan entity has been updated, the modified entity should be sent to the relative URL: "/LeistungskatalogEintragService/pflegeplan/{id}" (HTTP-PUT) If an existing Pflegeplan entity has to be deleted, the following relative URL should be called: "/LeistungskatalogEintragService/pflegeplan/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PflegeplanEintrag columns: - column: IndividuelleBeschreibung - column: Pflegeplan - column: ErfordertAerztlicheVerordnung - column: GeplanteDauerMinuten - column: Frequenzmuster - column: Prioritaet - column: LeistungskatalogEintrag The table should have the title "PflegeplanEintrags" und the data must be loaded from the server with the following relative URL: "/LeistungskatalogEintragService/pflegeplaneintrag/pflegeplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum