Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FallAbrechnungView
Please create a React-JS view called "FallAbrechnungView" for the fields of the FallAbrechnung entity. The FallAbrechnungView must contain the following fields: - name: BetragGesamt type: STRING - name: BetragKostentraeger type: STRING - name: BetragPatient type: STRING - name: Fall type: Fall - name: Kostentraeger type: Kostentraeger - name: RechnungsDatum type: DATE - name: RechnungsNummer type: STRING The data source for the [Fall] select control should be loaded from the relative URL: "/FallService/fall" (HTTP-GET) The data source for the [Kostentraeger] select control should be loaded from the relative URL: "/KrankenhausArtService/kostentraeger" (HTTP-GET) An existing FallAbrechnung entity should be loaded from the relative URL: "/KrankenhausArtService/fallabrechnung/{id}" (HTTP-GET) If a new FallAbrechnung entity has been created, the new entity should be posted to the relative URL: "/KrankenhausArtService/fallabrechnung" (HTTP-POST) If an existing FallAbrechnung entity has been updated, the modified entity should be sent to the relative URL: "/KrankenhausArtService/fallabrechnung/{id}" (HTTP-PUT) If an existing FallAbrechnung entity has to be deleted, the following relative URL should be called: "/KrankenhausArtService/fallabrechnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum