Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VertragsmodellView
Please create a React-JS view called "VertragsmodellView" for the fields of the Vertragsmodell entity. The VertragsmodellView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Vertragsmodell entity should be loaded from the relative URL: "/VertragsmodellService/vertragsmodell/{id}" (HTTP-GET) If a new Vertragsmodell entity has been created, the new entity should be posted to the relative URL: "/VertragsmodellService/vertragsmodell" (HTTP-POST) If an existing Vertragsmodell entity has been updated, the modified entity should be sent to the relative URL: "/VertragsmodellService/vertragsmodell/{id}" (HTTP-PUT) If an existing Vertragsmodell entity has to be deleted, the following relative URL should be called: "/VertragsmodellService/vertragsmodell/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Praxisvertrag columns: - column: Kostentraeger - column: Startdatum - column: IstAktiv - column: Enddatum - column: Vertragsmodell - column: Praxis - column: Vertragsnummer The table should have the title "Praxisvertrags" und the data must be loaded from the server with the following relative URL: "/VertragsmodellService/praxisvertrag/vertragsmodell/{id}" Add a HTML table to the view with the following Abrechnungsfall columns: - column: Praxis - column: ZeitraumEnde - column: Vertragsmodell - column: Kostentraeger - column: Rechnungsnummer - column: Status - column: Abrechnungsdatum - column: Patient - column: ZeitraumStart The table should have the title "Abrechnungsfalls" und the data must be loaded from the server with the following relative URL: "/VertragsmodellService/abrechnungsfall/vertragsmodell/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum