Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahnarztpraxisView
Please create a React-JS view called "ZahnarztpraxisView" for the fields of the Zahnarztpraxis entity. The ZahnarztpraxisView must contain the following fields: - name: EigentuemerZahnarzt type: LONG - name: IstMedizinischesVersorgungszentrum type: BOOL - name: Land type: Land - name: Name type: STRING - name: Praxistyp type: Praxistyp - name: Stadt type: STRING The data source for the [Praxistyp] select control should be loaded from the relative URL: "/PraxistypService/praxistyp" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Zahnarztpraxis entity should be loaded from the relative URL: "/ZahnarztpraxisService/zahnarztpraxis/{id}" (HTTP-GET) If a new Zahnarztpraxis entity has been created, the new entity should be posted to the relative URL: "/ZahnarztpraxisService/zahnarztpraxis" (HTTP-POST) If an existing Zahnarztpraxis entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztpraxisService/zahnarztpraxis/{id}" (HTTP-PUT) If an existing Zahnarztpraxis entity has to be deleted, the following relative URL should be called: "/ZahnarztpraxisService/zahnarztpraxis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZahnarztBeschaeftigung columns: - column: Ende - column: Zahnarztpraxis - column: Rollentyp - column: Beginn - column: Beschaeftigungstyp - column: IstEigentuemer - column: Zahnarzt The table should have the title "ZahnarztBeschaeftigungs" und the data must be loaded from the server with the following relative URL: "/BeschaeftigungstypService/zahnarztbeschaeftigung/zahnarztpraxis/{id}" Add a HTML table to the view with the following Behandlungsfall columns: - column: Beginn - column: IstKieferorthopaedisch - column: Ende - column: Zahnarztpraxis - column: Patient - column: Zahnarzt - column: IstNotfall The table should have the title "Behandlungsfalls" und the data must be loaded from the server with the following relative URL: "/ZahnarztpraxisService/behandlungsfall/zahnarztpraxis/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum