Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
QualitaetsstandardView
Please create a React-JS view called "QualitaetsstandardView" for the fields of the Qualitaetsstandard entity. The QualitaetsstandardView must contain the following fields: - name: Beschreibung type: STRING - name: Herausgeber type: STRING - name: IstVerpflichtend type: BOOL - name: Standardcode type: STRING - name: Titel type: STRING An existing Qualitaetsstandard entity should be loaded from the relative URL: "/QualitaetsstandardService/qualitaetsstandard/{id}" (HTTP-GET) If a new Qualitaetsstandard entity has been created, the new entity should be posted to the relative URL: "/QualitaetsstandardService/qualitaetsstandard" (HTTP-POST) If an existing Qualitaetsstandard entity has been updated, the modified entity should be sent to the relative URL: "/QualitaetsstandardService/qualitaetsstandard/{id}" (HTTP-PUT) If an existing Qualitaetsstandard entity has to be deleted, the following relative URL should be called: "/QualitaetsstandardService/qualitaetsstandard/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PflegedienstQualitaetsstandard columns: - column: ImplementiertVon - column: Pflegedienst - column: ImplementiertBis - column: Qualitaetsstandard The table should have the title "PflegedienstQualitaetsstandards" und the data must be loaded from the server with the following relative URL: "/QualitaetsstandardService/pflegedienstqualitaetsstandard/qualitaetsstandard/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum