Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NichtmedizinischesPersonalView
Please create a React-JS view called "NichtmedizinischesPersonalView" for the fields of the NichtmedizinischesPersonal entity. The NichtmedizinischesPersonalView must contain the following fields: - name: Berufsbezeichnung type: STRING - name: Person type: Person The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing NichtmedizinischesPersonal entity should be loaded from the relative URL: "/PatientService/nichtmedizinischespersonal/{id}" (HTTP-GET) If a new NichtmedizinischesPersonal entity has been created, the new entity should be posted to the relative URL: "/PatientService/nichtmedizinischespersonal" (HTTP-POST) If an existing NichtmedizinischesPersonal entity has been updated, the modified entity should be sent to the relative URL: "/PatientService/nichtmedizinischespersonal/{id}" (HTTP-PUT) If an existing NichtmedizinischesPersonal entity has to be deleted, the following relative URL should be called: "/PatientService/nichtmedizinischespersonal/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Behandlungsleistung columns: - column: DurchgefuehrtVonArzt - column: Behandlung - column: Gebuehrenposition - column: DurchgefuehrtVonPersonal - column: Menge - column: Multiplikator The table should have the title "Behandlungsleistungs" und the data must be loaded from the server with the following relative URL: "/PatientService/behandlungsleistung/durchgefuehrtvonpersonal/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum