Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DiagnoseView
Please create a React-JS view called "DiagnoseView" for the fields of the Diagnose entity. The DiagnoseView must contain the following fields: - name: Beschreibung type: STRING - name: Fall type: Fall - name: Icd type: Icd - name: IstHauptdiagnose type: BOOL The data source for the [Fall] select control should be loaded from the relative URL: "/FallService/fall" (HTTP-GET) The data source for the [Icd] select control should be loaded from the relative URL: "/IcdService/icd" (HTTP-GET) An existing Diagnose entity should be loaded from the relative URL: "/IcdService/diagnose/{id}" (HTTP-GET) If a new Diagnose entity has been created, the new entity should be posted to the relative URL: "/IcdService/diagnose" (HTTP-POST) If an existing Diagnose entity has been updated, the modified entity should be sent to the relative URL: "/IcdService/diagnose/{id}" (HTTP-PUT) If an existing Diagnose entity has to be deleted, the following relative URL should be called: "/IcdService/diagnose/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum