Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MedizinischeEinrichtungView
Please create a React-JS view called "MedizinischeEinrichtungView" for the fields of the MedizinischeEinrichtung entity. The MedizinischeEinrichtungView must contain the following fields: - name: Adresse type: STRING - name: Gemeinde type: Gemeinde - name: HatGefahrgutsystem type: BOOL - name: Name type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) An existing MedizinischeEinrichtung entity should be loaded from the relative URL: "/GefahrguttypService/medizinischeeinrichtung/{id}" (HTTP-GET) If a new MedizinischeEinrichtung entity has been created, the new entity should be posted to the relative URL: "/GefahrguttypService/medizinischeeinrichtung" (HTTP-POST) If an existing MedizinischeEinrichtung entity has been updated, the modified entity should be sent to the relative URL: "/GefahrguttypService/medizinischeeinrichtung/{id}" (HTTP-PUT) If an existing MedizinischeEinrichtung entity has to be deleted, the following relative URL should be called: "/GefahrguttypService/medizinischeeinrichtung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following MedizinischerAbfallbehaelter columns: - column: IstWiederOeffnbar - column: Gefahrguttyp - column: MedizinischeEinrichtung - column: Entsorgungsmethode - column: Abfallbehaelter - column: IstEinweg The table should have the title "MedizinischerAbfallbehaelters" und the data must be loaded from the server with the following relative URL: "/GefahrguttypService/medizinischerabfallbehaelter/medizinischeeinrichtung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum