Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsDokumentView
Please create a React-JS view called "RechtsDokumentView" for the fields of the RechtsDokument entity. The RechtsDokumentView must contain the following fields: - name: GueltigAb type: DATE - name: Inhalt type: STRING - name: IstAktiv type: BOOL - name: Slug type: STRING - name: Titel type: STRING - name: Typ type: STRING - name: Version type: STRING An existing RechtsDokument entity should be loaded from the relative URL: "/RechtsDokumentService/rechtsdokument/{id}" (HTTP-GET) If a new RechtsDokument entity has been created, the new entity should be posted to the relative URL: "/RechtsDokumentService/rechtsdokument" (HTTP-POST) If an existing RechtsDokument entity has been updated, the modified entity should be sent to the relative URL: "/RechtsDokumentService/rechtsdokument/{id}" (HTTP-PUT) If an existing RechtsDokument entity has to be deleted, the following relative URL should be called: "/RechtsDokumentService/rechtsdokument/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PatientEinwilligung columns: - column: Notizen - column: ErteiltAm - column: WiderrufenAm - column: Kanal - column: Patient - column: RechtsDokument The table should have the title "PatientEinwilligungs" und the data must be loaded from the server with the following relative URL: "/RechtsDokumentService/patienteinwilligung/rechtsdokument/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum