Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HeilpraktikerView
Please create a React-JS view called "HeilpraktikerView" for the fields of the Heilpraktiker entity. The HeilpraktikerView must contain the following fields: - name: BeginnTaetigkeit type: DATE - name: EndeTaetigkeit type: DATE - name: HatVolleErlaubnis type: BOOL - name: Hauptland type: Land - name: Person type: Person - name: Praxisbeschreibung type: STRING - name: SchwerpunktPhysiotherapie type: BOOL - name: SchwerpunktPsychotherapie type: BOOL The data source for the [Hauptland] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Heilpraktiker entity should be loaded from the relative URL: "/PersonService/heilpraktiker/{id}" (HTTP-GET) If a new Heilpraktiker entity has been created, the new entity should be posted to the relative URL: "/PersonService/heilpraktiker" (HTTP-POST) If an existing Heilpraktiker entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/heilpraktiker/{id}" (HTTP-PUT) If an existing Heilpraktiker entity has to be deleted, the following relative URL should be called: "/PersonService/heilpraktiker/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Behandlungsfall columns: - column: Infektionskrankheit - column: DiagnoseText - column: Heilpraktiker - column: MeldepflichtigeKrankheit - column: Notizen - column: EmpfehlungArztbesuch - column: Patient - column: Beginn - column: Ende The table should have the title "Behandlungsfalls" und the data must be loaded from the server with the following relative URL: "/GesetzService/behandlungsfall/heilpraktiker/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum