Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeistungskatalogEintragView
Please create a React-JS view called "LeistungskatalogEintragView" for the fields of the LeistungskatalogEintrag entity. The LeistungskatalogEintragView must contain the following fields: - name: Code type: STRING - name: Detailbeschreibung type: STRING - name: ErfordertAerztlicheVerordnung type: BOOL - name: IstAktiv type: BOOL - name: Kategorie type: STRING - name: Kurzbeschreibung type: STRING - name: Pflegedienst type: Pflegedienst - name: StandarddauerMinuten type: INT The data source for the [Pflegedienst] select control should be loaded from the relative URL: "/PflegedienstService/pflegedienst" (HTTP-GET) An existing LeistungskatalogEintrag entity should be loaded from the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag/{id}" (HTTP-GET) If a new LeistungskatalogEintrag entity has been created, the new entity should be posted to the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag" (HTTP-POST) If an existing LeistungskatalogEintrag entity has been updated, the modified entity should be sent to the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag/{id}" (HTTP-PUT) If an existing LeistungskatalogEintrag entity has to be deleted, the following relative URL should be called: "/LeistungskatalogEintragService/leistungskatalogeintrag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PflegeplanEintrag columns: - column: IndividuelleBeschreibung - column: Pflegeplan - column: ErfordertAerztlicheVerordnung - column: GeplanteDauerMinuten - column: Frequenzmuster - column: Prioritaet - column: LeistungskatalogEintrag The table should have the title "PflegeplanEintrags" und the data must be loaded from the server with the following relative URL: "/LeistungskatalogEintragService/pflegeplaneintrag/leistungskatalogeintrag/{id}" Add a HTML table to the view with the following Tarif columns: - column: Versicherung - column: GueltigBis - column: Einheit - column: Tarifname - column: Preis - column: GueltigVon - column: LeistungskatalogEintrag The table should have the title "Tarifs" und the data must be loaded from the server with the following relative URL: "/VersicherungService/tarif/leistungskatalogeintrag/{id}" Add a HTML table to the view with the following Rechnungsposition columns: - column: EinsatzLeistung - column: LeistungskatalogEintrag - column: Rechnung - column: Einzelpreis - column: Menge - column: Betrag - column: Beschreibung The table should have the title "Rechnungspositions" und the data must be loaded from the server with the following relative URL: "/VersicherungService/rechnungsposition/leistungskatalogeintrag/{id}" Add a HTML table to the view with the following PflegevertragEintrag columns: - column: IstOptional - column: Frequenzmuster - column: GeplanteDauerMinuten - column: LeistungskatalogEintrag - column: Pflegevertrag The table should have the title "PflegevertragEintrags" und the data must be loaded from the server with the following relative URL: "/LeistungskatalogEintragService/pflegevertrageintrag/leistungskatalogeintrag/{id}" Add a HTML table to the view with the following EinsatzLeistung columns: - column: TatsächlicheDauerMinuten - column: Notiz - column: Menge - column: IstTeilweise - column: Einsatz - column: LeistungskatalogEintrag - column: GeplanteDauerMinuten The table should have the title "EinsatzLeistungs" und the data must be loaded from the server with the following relative URL: "/EinsatzService/einsatzleistung/leistungskatalogeintrag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum