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