Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HeilmittelView
Please create a React-JS view called "HeilmittelView" for the fields of the Heilmittel entity. The HeilmittelView must contain the following fields: - name: Beschreibung type: STRING - name: HeilmittelTyp type: HeilmittelTyp - name: Name type: STRING The data source for the [HeilmittelTyp] select control should be loaded from the relative URL: "/HeilmittelService/heilmitteltyp" (HTTP-GET) An existing Heilmittel entity should be loaded from the relative URL: "/HeilmittelService/heilmittel/{id}" (HTTP-GET) If a new Heilmittel entity has been created, the new entity should be posted to the relative URL: "/HeilmittelService/heilmittel" (HTTP-POST) If an existing Heilmittel entity has been updated, the modified entity should be sent to the relative URL: "/HeilmittelService/heilmittel/{id}" (HTTP-PUT) If an existing Heilmittel entity has to be deleted, the following relative URL should be called: "/HeilmittelService/heilmittel/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KurHeilmittel columns: - column: Anwendungsbeschreibung - column: Kur - column: Heilmittel The table should have the title "KurHeilmittels" und the data must be loaded from the server with the following relative URL: "/KrankenkasseService/kurheilmittel/heilmittel/{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/heilmittel/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum