Cs_Service

<back to all web services

GetDashboardRequest

The following routes are available for this service:
GET/rest/Dashboard
GET/rest/Dashboard/{guestId}
GetDashboardRequest Parameters:
NameParameterData TypeRequiredDescription
GuestIdpathint?No
DashboardResponseData Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
ZimmerformstringNo
GastnameformstringNo
GeburtsdatumformDateTimeNo
AufnahmeformDateTimeNo
PflegestufeformstringNo
PflegeberichteformList<Pflegebericht>NoArray[] von Pflegeberichten
Pflegebericht Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
WichtigformboolNo
DatumformDateTimeNo
SchichtformintNo1=früh, 2=spät, 3=nacht
TextformstringNo
HerkunftformstringNo1=Handeingabe, 2=Arztbericht, 3=Visitebericht, 4=Bedarfsmedikation, 5=Sozialdienst, 6=Therapiebericht
KorrekturformboolNo
KorrekturIdformint?No
AenderungVonformstringNo
AenderungAmformDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetDashboardRequest HTTP/1.1 
Host: 058.service.xn--hwstationr-y5a.de 
Content-Type: text/jsv
Content-Length: length

{
	GuestId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Id: 0,
	Zimmer: String,
	Gastname: String,
	Geburtsdatum: 0001-01-01,
	Aufnahme: 0001-01-01,
	Pflegestufe: String,
	Pflegeberichte: 
	[
		{
			Id: 0,
			Wichtig: False,
			Datum: 0001-01-01,
			Schicht: 0,
			Text: String,
			Herkunft: String,
			Korrektur: False,
			KorrekturId: 0,
			AenderungVon: String,
			AenderungAm: 0001-01-01
		}
	]
}