Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NotaufnahmeView
Please create a React-JS view called "NotaufnahmeView" for the fields of the Notaufnahme entity. The NotaufnahmeView must contain the following fields: - name: HatHelipad type: BOOL - name: IstTraumaZentrum type: BOOL - name: Krankenhaus type: Krankenhaus - name: Name type: STRING The data source for the [Krankenhaus] select control should be loaded from the relative URL: "/KrankenhausService/krankenhaus" (HTTP-GET) An existing Notaufnahme entity should be loaded from the relative URL: "/IcdService/notaufnahme/{id}" (HTTP-GET) If a new Notaufnahme entity has been created, the new entity should be posted to the relative URL: "/IcdService/notaufnahme" (HTTP-POST) If an existing Notaufnahme entity has been updated, the modified entity should be sent to the relative URL: "/IcdService/notaufnahme/{id}" (HTTP-PUT) If an existing Notaufnahme entity has to be deleted, the following relative URL should be called: "/IcdService/notaufnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum