Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RaumView
Please create a React-JS view called "RaumView" for the fields of the Raum entity. The RaumView must contain the following fields: - name: Beschreibung type: STRING - name: Etage type: STRING - name: IstBehandlungsraum type: BOOL - name: Name type: STRING - name: PraxisStandort type: PraxisStandort - name: Raumnummer type: STRING The data source for the [PraxisStandort] select control should be loaded from the relative URL: "/PraxisStandortService/praxisstandort" (HTTP-GET) An existing Raum entity should be loaded from the relative URL: "/PraxisStandortService/raum/{id}" (HTTP-GET) If a new Raum entity has been created, the new entity should be posted to the relative URL: "/PraxisStandortService/raum" (HTTP-POST) If an existing Raum entity has been updated, the modified entity should be sent to the relative URL: "/PraxisStandortService/raum/{id}" (HTTP-PUT) If an existing Raum entity has to be deleted, the following relative URL should be called: "/PraxisStandortService/raum/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Termin columns: - column: ErstelltAm - column: Notizen - column: PraxisStandort - column: StornoGrund - column: Status - column: StartZeit - column: Mitarbeiter - column: StorniertAm - column: Patient - column: EndZeit - column: Raum The table should have the title "Termins" und the data must be loaded from the server with the following relative URL: "/PraxisStandortService/termin/raum/{id}" Add a HTML table to the view with the following AusstattungZuordnung columns: - column: BisDatum - column: Raum - column: VonDatum - column: Ausstattung The table should have the title "AusstattungZuordnungs" und the data must be loaded from the server with the following relative URL: "/AusstattungService/ausstattungzuordnung/raum/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum