Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KurantragView
Please create a React-JS view called "KurantragView" for the fields of the Kurantrag entity. The KurantragView must contain the following fields: - name: Antragsdatum type: DATE - name: Arzt type: Arzt - name: GewuenschterKurtyp type: Kurtyp - name: KostentraegerTyp type: KostentraegerTyp - name: Krankenkasse type: Krankenkasse - name: Notizen type: STRING - name: Patient type: Patient - name: Rechtsgrundlage type: Rechtsgrundlage The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/KurService/rechtsgrundlage" (HTTP-GET) The data source for the [GewuenschterKurtyp] select control should be loaded from the relative URL: "/KurtypService/kurtyp" (HTTP-GET) The data source for the [Arzt] select control should be loaded from the relative URL: "/KurtypService/arzt" (HTTP-GET) The data source for the [Krankenkasse] select control should be loaded from the relative URL: "/KrankenkasseService/krankenkasse" (HTTP-GET) The data source for the [Patient] select control should be loaded from the relative URL: "/PatientService/patient" (HTTP-GET) The data source for the [KostentraegerTyp] select control should be loaded from the relative URL: "/KurService/kostentraegertyp" (HTTP-GET) An existing Kurantrag entity should be loaded from the relative URL: "/KrankenkasseService/kurantrag/{id}" (HTTP-GET) If a new Kurantrag entity has been created, the new entity should be posted to the relative URL: "/KrankenkasseService/kurantrag" (HTTP-POST) If an existing Kurantrag entity has been updated, the modified entity should be sent to the relative URL: "/KrankenkasseService/kurantrag/{id}" (HTTP-PUT) If an existing Kurantrag entity has to be deleted, the following relative URL should be called: "/KrankenkasseService/kurantrag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kostenuebernahmeentscheidung columns: - column: Entscheidungsdatum - column: GueltigBis - column: Zuzahlung - column: Notizen - column: Kurantrag - column: Status - column: GueltigVon The table should have the title "Kostenuebernahmeentscheidungs" und the data must be loaded from the server with the following relative URL: "/KrankenkasseService/kostenuebernahmeentscheidung/kurantrag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum