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