Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RezeptView
Please create a React-JS view called "RezeptView" for the fields of the Rezept entity. The RezeptView must contain the following fields: - name: AusgestelltAm type: DATE - name: AusgestelltVonKontakt type: STRING - name: AusgestelltVonName type: STRING - name: Beschreibung type: STRING - name: Notizen type: STRING - name: Patient type: Patient The data source for the [Patient] select control should be loaded from the relative URL: "/PatientService/patient" (HTTP-GET) An existing Rezept entity should be loaded from the relative URL: "/PatientService/rezept/{id}" (HTTP-GET) If a new Rezept entity has been created, the new entity should be posted to the relative URL: "/PatientService/rezept" (HTTP-POST) If an existing Rezept entity has been updated, the modified entity should be sent to the relative URL: "/PatientService/rezept/{id}" (HTTP-PUT) If an existing Rezept entity has to be deleted, the following relative URL should be called: "/PatientService/rezept/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum