Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MedikationsplanView
Please create a React-JS view called "MedikationsplanView" for the fields of the Medikationsplan entity. The MedikationsplanView must contain the following fields: - name: AktualisiertAm type: DATE - name: ErstelltAm type: DATE - name: ErstelltVonMitarbeiter type: INT - name: Klient type: Klient - name: VerordnenderArzt type: STRING The data source for the [Klient] select control should be loaded from the relative URL: "/PflegedienstService/klient" (HTTP-GET) An existing Medikationsplan entity should be loaded from the relative URL: "/PflegedienstService/medikationsplan/{id}" (HTTP-GET) If a new Medikationsplan entity has been created, the new entity should be posted to the relative URL: "/PflegedienstService/medikationsplan" (HTTP-POST) If an existing Medikationsplan entity has been updated, the modified entity should be sent to the relative URL: "/PflegedienstService/medikationsplan/{id}" (HTTP-PUT) If an existing Medikationsplan entity has to be deleted, the following relative URL should be called: "/PflegedienstService/medikationsplan/{id}" (HTTP-DELETE) Add a HTML table to the view with the following MedikationsplanEintrag columns: - column: Startdatum - column: IstBeiBedarf - column: Medikationsplan - column: Einnahmeplan - column: Enddatum - column: Dosierungsbeschreibung - column: Medikamentenname The table should have the title "MedikationsplanEintrags" und the data must be loaded from the server with the following relative URL: "/AuditService/medikationsplaneintrag/medikationsplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum