Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GebuehrenpositionView
Please create a React-JS view called "GebuehrenpositionView" for the fields of the Gebuehrenposition entity. The GebuehrenpositionView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Gebuehrenordnung type: Gebuehrenordnung - name: Grundbetrag type: STRING - name: IstAnalogBewertung type: BOOL - name: MaxMultiplikator type: STRING - name: MinMultiplikator type: STRING The data source for the [Gebuehrenordnung] select control should be loaded from the relative URL: "/LandRegionService/gebuehrenordnung" (HTTP-GET) An existing Gebuehrenposition entity should be loaded from the relative URL: "/GebuehrenpositionService/gebuehrenposition/{id}" (HTTP-GET) If a new Gebuehrenposition entity has been created, the new entity should be posted to the relative URL: "/GebuehrenpositionService/gebuehrenposition" (HTTP-POST) If an existing Gebuehrenposition entity has been updated, the modified entity should be sent to the relative URL: "/GebuehrenpositionService/gebuehrenposition/{id}" (HTTP-PUT) If an existing Gebuehrenposition entity has to be deleted, the following relative URL should be called: "/GebuehrenpositionService/gebuehrenposition/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Behandlungsleistung columns: - column: DurchgefuehrtVonArzt - column: Behandlung - column: Gebuehrenposition - column: DurchgefuehrtVonPersonal - column: Menge - column: Multiplikator The table should have the title "Behandlungsleistungs" und the data must be loaded from the server with the following relative URL: "/PatientService/behandlungsleistung/gebuehrenposition/{id}" 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/gebuehrenposition/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum