Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KureinrichtungView
Please create a React-JS view called "KureinrichtungView" for the fields of the Kureinrichtung entity. The KureinrichtungView must contain the following fields: - name: Adresszeile type: STRING - name: Bettenkapazitaet type: INT - name: KureinrichtungTyp type: KureinrichtungTyp - name: Kurort type: Kurort - name: Name type: STRING - name: Postleitzahl type: STRING - name: Stadt type: STRING - name: Zertifiziert type: BOOL The data source for the [KureinrichtungTyp] select control should be loaded from the relative URL: "/HistorischerAspektService/kureinrichtungtyp" (HTTP-GET) The data source for the [Kurort] select control should be loaded from the relative URL: "/KureinrichtungService/kurort" (HTTP-GET) An existing Kureinrichtung entity should be loaded from the relative URL: "/KureinrichtungService/kureinrichtung/{id}" (HTTP-GET) If a new Kureinrichtung entity has been created, the new entity should be posted to the relative URL: "/KureinrichtungService/kureinrichtung" (HTTP-POST) If an existing Kureinrichtung entity has been updated, the modified entity should be sent to the relative URL: "/KureinrichtungService/kureinrichtung/{id}" (HTTP-PUT) If an existing Kureinrichtung entity has to be deleted, the following relative URL should be called: "/KureinrichtungService/kureinrichtung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kur columns: - column: Startdatum - column: DauerTage - column: Genehmigt - column: Arzt - column: Rechtsgrundlage - column: Name - column: RehaMassnahme - column: Ziel - column: Krankenkasse - column: KostentraegerTyp - column: Kurtyp - column: Patient - column: Anwendungsart - column: Kureinrichtung - column: Beschreibung - column: Enddatum The table should have the title "Kurs" und the data must be loaded from the server with the following relative URL: "/KurService/kur/kureinrichtung/{id}" Add a HTML table to the view with the following KureinrichtungHeilmittel columns: - column: Kureinrichtung - column: Heilmittel - column: Hauptnutzung The table should have the title "KureinrichtungHeilmittels" und the data must be loaded from the server with the following relative URL: "/HeilmittelService/kureinrichtungheilmittel/kureinrichtung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum