Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeplanEintragView
Please create a React-JS view called "PflegeplanEintragView" for the fields of the PflegeplanEintrag entity. The PflegeplanEintragView must contain the following fields: - name: ErfordertAerztlicheVerordnung type: BOOL - name: Frequenzmuster type: STRING - name: GeplanteDauerMinuten type: INT - name: IndividuelleBeschreibung type: STRING - name: LeistungskatalogEintrag type: LeistungskatalogEintrag - name: Pflegeplan type: Pflegeplan - name: Prioritaet type: INT The data source for the [Pflegeplan] select control should be loaded from the relative URL: "/LeistungskatalogEintragService/pflegeplan" (HTTP-GET) The data source for the [LeistungskatalogEintrag] select control should be loaded from the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag" (HTTP-GET) An existing PflegeplanEintrag entity should be loaded from the relative URL: "/LeistungskatalogEintragService/pflegeplaneintrag/{id}" (HTTP-GET) If a new PflegeplanEintrag entity has been created, the new entity should be posted to the relative URL: "/LeistungskatalogEintragService/pflegeplaneintrag" (HTTP-POST) If an existing PflegeplanEintrag entity has been updated, the modified entity should be sent to the relative URL: "/LeistungskatalogEintragService/pflegeplaneintrag/{id}" (HTTP-PUT) If an existing PflegeplanEintrag entity has to be deleted, the following relative URL should be called: "/LeistungskatalogEintragService/pflegeplaneintrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum