Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegedienstView
Please create a React-JS view called "PflegedienstView" for the fields of the Pflegedienst entity. The PflegedienstView must contain the following fields: - name: EMailAdresse type: STRING - name: Enddatum type: DATE - name: HauptstandortOrt type: INT - name: IstAktiv type: BOOL - name: IstGemeinnuetzig type: BOOL - name: IstKirchlich type: BOOL - name: IstZugelassenSgbV type: BOOL - name: IstZugelassenSgbXI type: BOOL - name: Kurzname type: STRING - name: OffiziellerName type: STRING - name: Pflegediensttyp type: STRING - name: Rechtsform type: Rechtsform - name: Startdatum type: DATE - name: Telefonnummer type: STRING - name: Traegerorganisation type: Traegerorganisation - name: WebseiteUrl type: STRING The data source for the [Traegerorganisation] select control should be loaded from the relative URL: "/RechtsformService/traegerorganisation" (HTTP-GET) The data source for the [Rechtsform] select control should be loaded from the relative URL: "/RechtsformService/rechtsform" (HTTP-GET) An existing Pflegedienst entity should be loaded from the relative URL: "/PflegedienstService/pflegedienst/{id}" (HTTP-GET) If a new Pflegedienst entity has been created, the new entity should be posted to the relative URL: "/PflegedienstService/pflegedienst" (HTTP-POST) If an existing Pflegedienst entity has been updated, the modified entity should be sent to the relative URL: "/PflegedienstService/pflegedienst/{id}" (HTTP-PUT) If an existing Pflegedienst entity has to be deleted, the following relative URL should be called: "/PflegedienstService/pflegedienst/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Klient columns: - column: Hauptdiagnose - column: Wohnort - column: Telefonnummer - column: Pflegegrad - column: EMailAdresse - column: Geschlecht - column: Geburtsdatum - column: IstVerstorben - column: Pflegedienst - column: Hauptstandort - column: Lebenssituation - column: Vorname - column: Nachname - column: Sterbedatum - column: Familienstand - column: GesetzlicherBetreuer The table should have the title "Klients" und the data must be loaded from the server with the following relative URL: "/PflegedienstService/klient/pflegedienst/{id}" Add a HTML table to the view with the following PflegedienstGesetz columns: - column: GueltigVon - column: Beziehung - column: Gesetz - column: Pflegedienst - column: GueltigBis The table should have the title "PflegedienstGesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/pflegedienstgesetz/pflegedienst/{id}" Add a HTML table to the view with the following PflegedienstStandort columns: - column: EMailAdresse - column: IstHauptstandort - column: Standortname - column: Pflegedienst - column: Ort - column: IstAktiv - column: Telefonnummer The table should have the title "PflegedienstStandorts" und the data must be loaded from the server with the following relative URL: "/OrtService/pflegedienststandort/pflegedienst/{id}" Add a HTML table to the view with the following LeistungskatalogEintrag columns: - column: Pflegedienst - column: Code - column: StandarddauerMinuten - column: IstAktiv - column: Detailbeschreibung - column: ErfordertAerztlicheVerordnung - column: Kategorie - column: Kurzbeschreibung The table should have the title "LeistungskatalogEintrags" und the data must be loaded from the server with the following relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag/pflegedienst/{id}" Add a HTML table to the view with the following Audit columns: - column: Pflegedienst - column: Audittype - column: BerichtReferenz - column: ErgebnisZusammenfassung - column: Auditdatum - column: AuditorName The table should have the title "Audits" und the data must be loaded from the server with the following relative URL: "/AuditService/audit/pflegedienst/{id}" Add a HTML table to the view with the following Mitarbeiter columns: - column: Hauptstandort - column: Wochenstunden - column: Einstellungsdatum - column: Pflegedienst - column: Beschaeftigungsart - column: Person - column: IstPflegedienstleitung - column: IstLeitung - column: Austrittsdatum - column: IstAktiv The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/mitarbeiter/pflegedienst/{id}" Add a HTML table to the view with the following Rechnung columns: - column: Rechnungsdatum - column: AbrechnungszeitraumBis - column: Rechnungsnummer - column: AbrechnungszeitraumVon - column: Gesamtbetrag - column: Pflegedienst - column: Klient - column: Versicherung - column: Faelligkeitsdatum - column: Rechnungsstatus The table should have the title "Rechnungs" und the data must be loaded from the server with the following relative URL: "/VersicherungService/rechnung/pflegedienst/{id}" 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/pflegedienst/{id}" Add a HTML table to the view with the following PflegedienstZulassung columns: - column: GueltigVon - column: Zulassungsnummer - column: Pflegedienst - column: Zulassungstyp - column: GueltigBis - column: Bemerkung - column: ZustaendigeBehoerde The table should have the title "PflegedienstZulassungs" und the data must be loaded from the server with the following relative URL: "/OrtService/pflegedienstzulassung/pflegedienst/{id}" Add a HTML table to the view with the following Pflegevertrag columns: - column: Pflegedienst - column: Enddatum - column: Kuendigungsdatum - column: Kuendigungsgrund - column: Bemerkung - column: Klient - column: Status - column: Vertragstyp - column: Startdatum The table should have the title "Pflegevertrags" und the data must be loaded from the server with the following relative URL: "/PflegedienstService/pflegevertrag/pflegedienst/{id}" Add a HTML table to the view with the following Einsatz columns: - column: Einsatzstatus - column: GeplantEnde - column: TatsächlichEnde - column: TatsächlichStart - column: PflegedienstStandort - column: GeplantStart - column: VerantwortlicherMitarbeiter - column: Abbruchgrund - column: Klient The table should have the title "Einsatzs" und the data must be loaded from the server with the following relative URL: "/EinsatzService/einsatz/pflegedienststandort/{id}" Add a HTML table to the view with the following RollenZuweisung columns: - column: Mitarbeiter - column: BisDatum - column: VonDatum - column: Rolle - column: PflegedienstStandort The table should have the title "RollenZuweisungs" und the data must be loaded from the server with the following relative URL: "/RolleService/rollenzuweisung/pflegedienststandort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum