Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsfallView
Please create a React-JS view called "BehandlungsfallView" for the fields of the Behandlungsfall entity. The BehandlungsfallView must contain the following fields: - name: Beginn type: DATE - name: DiagnoseText type: STRING - name: EmpfehlungArztbesuch type: BOOL - name: Ende type: DATE - name: Heilpraktiker type: Heilpraktiker - name: Infektionskrankheit type: BOOL - name: MeldepflichtigeKrankheit type: BOOL - name: Notizen type: STRING - name: Patient type: Patient The data source for the [Heilpraktiker] select control should be loaded from the relative URL: "/PersonService/heilpraktiker" (HTTP-GET) The data source for the [Patient] select control should be loaded from the relative URL: "/GesetzService/patient" (HTTP-GET) An existing Behandlungsfall entity should be loaded from the relative URL: "/GesetzService/behandlungsfall/{id}" (HTTP-GET) If a new Behandlungsfall entity has been created, the new entity should be posted to the relative URL: "/GesetzService/behandlungsfall" (HTTP-POST) If an existing Behandlungsfall entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/behandlungsfall/{id}" (HTTP-PUT) If an existing Behandlungsfall entity has to be deleted, the following relative URL should be called: "/GesetzService/behandlungsfall/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BehandlungsfallMethode columns: - column: Notizen - column: Behandlungsfall - column: Behandlungsmethode - column: AnzahlSitzungen The table should have the title "BehandlungsfallMethodes" und the data must be loaded from the server with the following relative URL: "/BehandlungsmethodeService/behandlungsfallmethode/behandlungsfall/{id}" Add a HTML table to the view with the following Behandlungsvertrag columns: - column: NutztGebuehrenverzeichnis - column: DatumBeendigung - column: Gesetz - column: NutztGOAEAnalog - column: DatumUnterschrift - column: Behandlungsfall - column: Honorarvereinbarung - column: UeberschreitetGebuehrenrahmen - column: Vertragstext - column: Vertragsart The table should have the title "Behandlungsvertrags" und the data must be loaded from the server with the following relative URL: "/GesetzService/behandlungsvertrag/behandlungsfall/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum