1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
|
" codeBody "
SET NOCOUNT
SELECTEER
a.AppointmentsId,
ISNULL (Bekeerling (VarChar (20), a.ApptStart, 101), '') als ApptDate,
ISNULL (Bekeerling (VarChar (20), a.ApptStart, 108), '') als ApptTime,
res.listname ALS ApptResource,
fac.listname ALS ApptFacility,
geschikt. Naam ALS AppointmentType,
isnull (aps.description, '') + ''+ isnull (a.status, '') als ApptStatus
VAN
Benoemingen a
De LINKERZIJDE SLUIT zich aan bij doctorfacility onderzoek OP a.ResourceID = res.doctorfacilityID
De LINKERZIJDE SLUIT zich aan bij doctorfacility fac OP a.facilityID = fac.doctorfacilityID
De LINKERZIJDE SLUIT zich aan appttype bij geschikt OP a.appttypeID = apt.appttypeID
De LINKERZIJDE SLUIT zich aan bij medlists aps OP a.apptStatusMID = aps.medlistsID
WAAR
a.OwnerId = „48“
|