Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbteilungArtView
Please create a React-JS view called "AbteilungArtView" for the fields of the AbteilungArt entity. The AbteilungArtView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: IstChirurgisch type: BOOL - name: IstInternistisch type: BOOL - name: IstPaediatrisch type: BOOL - name: IstPsychiatrisch type: BOOL An existing AbteilungArt entity should be loaded from the relative URL: "/AbteilungService/abteilungart/{id}" (HTTP-GET) If a new AbteilungArt entity has been created, the new entity should be posted to the relative URL: "/AbteilungService/abteilungart" (HTTP-POST) If an existing AbteilungArt entity has been updated, the modified entity should be sent to the relative URL: "/AbteilungService/abteilungart/{id}" (HTTP-PUT) If an existing AbteilungArt entity has to be deleted, the following relative URL should be called: "/AbteilungService/abteilungart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Abteilung columns: - column: IstBettenfuehrend - column: IstDiagnostisch - column: Name - column: Krankenhaus - column: AbteilungArt The table should have the title "Abteilungs" und the data must be loaded from the server with the following relative URL: "/AbteilungService/abteilung/abteilungart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum