Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierarztView
Please create a React-JS view called "TierarztView" for the fields of the Tierarzt entity. The TierarztView must contain the following fields: - name: Aktiv type: BOOL - name: Geburtsdatum type: DATE - name: Genehmigung type: Genehmigung - name: Geschlecht type: STRING - name: Kammer type: Kammer - name: Nachname type: STRING - name: Notizen type: STRING - name: Vorname type: STRING The data source for the [Genehmigung] select control should be loaded from the relative URL: "/KammerService/genehmigung" (HTTP-GET) The data source for the [Kammer] select control should be loaded from the relative URL: "/KammerService/kammer" (HTTP-GET) An existing Tierarzt entity should be loaded from the relative URL: "/TierarztpraxisService/tierarzt/{id}" (HTTP-GET) If a new Tierarzt entity has been created, the new entity should be posted to the relative URL: "/TierarztpraxisService/tierarzt" (HTTP-POST) If an existing Tierarzt entity has been updated, the modified entity should be sent to the relative URL: "/TierarztpraxisService/tierarzt/{id}" (HTTP-PUT) If an existing Tierarzt entity has to be deleted, the following relative URL should be called: "/TierarztpraxisService/tierarzt/{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/tierarzt/{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/tierarzt/{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/verantwortlichertierarzt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum