SET NOCOUNT AN
AUSERWÄHLT
a.AppointmentsId,
ISNULL (Bekehrter (VarChar (20), a.ApptStart, 101), '') als ApptDate,
ISNULL (Bekehrter (VarChar (20), a.ApptStart, 108), '') als ApptTime,
res.listname ALS ApptResource,
fac.listname ALS ApptFacility,
passend. Name ALS AppointmentType,
isnull (aps.description, '') + ''+ isnull (a.status, '') als ApptStatus
VON
Verabredungen a
LINKS VERBINDEN doctorfacility Res AUF a.ResourceID = res.doctorfacilityID
LINKS ANSCHLIESSEN doctorfacility fac AUF a.facilityID = fac.doctorfacilityID =
LINKS ANSCHLIESSEN dem appttype s, das AUF a.appttypeID = apt.appttypeID passend ist
LINKS VERBINDEN medlists APS AUF a.apptStatusMID = aps.medlistsID
WO
a.OwnerId = „48“
|