Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsmethodeView
Please create a React-JS view called "BehandlungsmethodeView" for the fields of the Behandlungsmethode entity. The BehandlungsmethodeView must contain the following fields: - name: Beschreibung type: STRING - name: Kategorie type: STRING - name: Name type: STRING - name: WissenschaftlichAnerkannt type: BOOL An existing Behandlungsmethode entity should be loaded from the relative URL: "/BehandlungsmethodeService/behandlungsmethode/{id}" (HTTP-GET) If a new Behandlungsmethode entity has been created, the new entity should be posted to the relative URL: "/BehandlungsmethodeService/behandlungsmethode" (HTTP-POST) If an existing Behandlungsmethode entity has been updated, the modified entity should be sent to the relative URL: "/BehandlungsmethodeService/behandlungsmethode/{id}" (HTTP-PUT) If an existing Behandlungsmethode entity has to be deleted, the following relative URL should be called: "/BehandlungsmethodeService/behandlungsmethode/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Versicherungsleistung columns: - column: Beruf - column: Bedingungen - column: Behandlungsmethode - column: Versicherungstarif - column: ErstattungssatzProzent - column: MaxErstattungProJahr The table should have the title "Versicherungsleistungs" und the data must be loaded from the server with the following relative URL: "/BerufService/versicherungsleistung/behandlungsmethode/{id}" Add a HTML table to the view with the following BehandlungsfallMethode columns: - column: Notizen - column: Behandlungsfall - column: Behandlungsmethode - column: AnzahlSitzungen The table should have the title "BehandlungsfallMethodes" und the data must be loaded from the server with the following relative URL: "/BehandlungsmethodeService/behandlungsfallmethode/behandlungsmethode/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum