Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierarztpraxisView
Please create a React-JS view called "TierarztpraxisView" for the fields of the Tierarztpraxis entity. The TierarztpraxisView must contain the following fields: - name: Enddatum type: DATE - name: HatHausapotheke type: BOOL - name: Kammer type: Kammer - name: Klinik type: BOOL - name: Land type: STRING - name: Mobil type: BOOL - name: Name type: STRING - name: Notizen type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Praxisart type: Praxisart - name: Praxisform type: Praxisform - name: Staatlich type: BOOL - name: Startdatum type: DATE - name: Strasse type: STRING - name: Verwaltungsregion type: Verwaltungsregion The data source for the [Kammer] select control should be loaded from the relative URL: "/KammerService/kammer" (HTTP-GET) The data source for the [Verwaltungsregion] select control should be loaded from the relative URL: "/UnternehmenService/verwaltungsregion" (HTTP-GET) The data source for the [Praxisart] select control should be loaded from the relative URL: "/UnternehmenService/praxisart" (HTTP-GET) The data source for the [Praxisform] select control should be loaded from the relative URL: "/KammerService/praxisform" (HTTP-GET) An existing Tierarztpraxis entity should be loaded from the relative URL: "/TierarztpraxisService/tierarztpraxis/{id}" (HTTP-GET) If a new Tierarztpraxis entity has been created, the new entity should be posted to the relative URL: "/TierarztpraxisService/tierarztpraxis" (HTTP-POST) If an existing Tierarztpraxis entity has been updated, the modified entity should be sent to the relative URL: "/TierarztpraxisService/tierarztpraxis/{id}" (HTTP-PUT) If an existing Tierarztpraxis entity has to be deleted, the following relative URL should be called: "/TierarztpraxisService/tierarztpraxis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Praxispersonal columns: - column: Tierarzt - column: Tierarztpraxis - column: Ende - column: Vollzeit - column: Personalrolle - column: Beginn - column: Notizen - column: Personenname The table should have the title "Praxispersonals" und the data must be loaded from the server with the following relative URL: "/TierarztpraxisService/praxispersonal/tierarztpraxis/{id}" Add a HTML table to the view with the following Praxisinhaber columns: - column: Enddatum - column: Startdatum - column: Leitend - column: Tierarztpraxis - column: Anteil - column: Unternehmen - column: Tierarzt The table should have the title "Praxisinhabers" und the data must be loaded from the server with the following relative URL: "/UnternehmenService/praxisinhaber/tierarztpraxis/{id}" Add a HTML table to the view with the following Apotheke columns: - column: Lizenznummer - column: Notizen - column: Betaeubungsmittel - column: Tierarztpraxis - column: VerantwortlicherTierarzt - column: Lagerbeschreibung The table should have the title "Apothekes" und the data must be loaded from the server with the following relative URL: "/UnternehmenService/apotheke/tierarztpraxis/{id}" Add a HTML table to the view with the following MobilerDienst columns: - column: Hauptmodus - column: Tierarztpraxis - column: Enddatum - column: Startdatum - column: Fahrzeugbeschreibung - column: Gebietsbeschreibung The table should have the title "MobilerDiensts" und the data must be loaded from the server with the following relative URL: "/TierarztpraxisService/mobilerdienst/tierarztpraxis/{id}" Add a HTML table to the view with the following Ausstattung columns: - column: Tierarztpraxis - column: Name - column: Menge - column: Aktiv - column: Kategorie - column: Beschreibung - column: Anschaffungsdatum The table should have the title "Ausstattungs" und the data must be loaded from the server with the following relative URL: "/TierarztpraxisService/ausstattung/tierarztpraxis/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum