Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsleistungView
Please create a React-JS view called "BehandlungsleistungView" for the fields of the Behandlungsleistung entity. The BehandlungsleistungView must contain the following fields: - name: Behandlung type: Behandlung - name: DurchgefuehrtVonArzt type: Arzt - name: DurchgefuehrtVonPersonal type: NichtmedizinischesPersonal - name: Gebuehrenposition type: Gebuehrenposition - name: Menge type: INT - name: Multiplikator type: STRING The data source for the [Behandlung] select control should be loaded from the relative URL: "/PatientService/behandlung" (HTTP-GET) The data source for the [DurchgefuehrtVonPersonal] select control should be loaded from the relative URL: "/PatientService/nichtmedizinischespersonal" (HTTP-GET) The data source for the [DurchgefuehrtVonArzt] select control should be loaded from the relative URL: "/PersonService/arzt" (HTTP-GET) The data source for the [Gebuehrenposition] select control should be loaded from the relative URL: "/GebuehrenpositionService/gebuehrenposition" (HTTP-GET) An existing Behandlungsleistung entity should be loaded from the relative URL: "/PatientService/behandlungsleistung/{id}" (HTTP-GET) If a new Behandlungsleistung entity has been created, the new entity should be posted to the relative URL: "/PatientService/behandlungsleistung" (HTTP-POST) If an existing Behandlungsleistung entity has been updated, the modified entity should be sent to the relative URL: "/PatientService/behandlungsleistung/{id}" (HTTP-PUT) If an existing Behandlungsleistung entity has to be deleted, the following relative URL should be called: "/PatientService/behandlungsleistung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Abrechnungsposten columns: - column: Menge - column: Multiplikator - column: Einzelpreis - column: Gebuehrenposition - column: Gesamtbetrag - column: Behandlungsleistung - column: Abrechnungsfall The table should have the title "Abrechnungspostens" und the data must be loaded from the server with the following relative URL: "/GebuehrenpositionService/abrechnungsposten/behandlungsleistung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum