Tables [dbo].[Patient_Lab_Def]
Default laboratory for a patient. Seen  in the Patient profile dailog.
KeyNameData TypeMax Length (Bytes)NullabilityDefaultDescription
Cluster Primary Key PK_Patient_Lab_Def: PatientID\ReqPerfLocationDEForeign Keys FK_Patient_Lab_Def_Patient: [dbo].[Patient_Member].PatientIDPatientID[dbo].[uniqueid]9NOT NULLPatient. Link to Patient_Member.ID
Cluster Primary Key PK_Patient_Lab_Def: PatientID\ReqPerfLocationDEForeign Keys FK_Patient_Lab_Def_Laboratory: [dbo].[Req_Perf_Location_DE].ReqPerfLocationDEReqPerfLocationDE[dbo].[dict_id]5NOT NULLLab. Link to Req_Perf_Location_DE.ID
CreateDTTMdatetime8NOT NULL(getdate())Created Time
Check Constraints CK_Patient_Lab_Def_DefaultFLAG : ([DefaultFLAG]='N' OR [DefaultFLAG]='Y')DefaultFLAGchar(1)1NOT NULL('Y')Default lab for the Patient (Y/N)?
LastDefaultedDTTMdatetime8NULL allowedLast time this was the Default for the patient.
LastUpdatedDTTMdatetime8NULL allowedLast updated time
LastUpdatedByID[dbo].[uniqueid]9NOT NULL((0))User who Last updated. Link to IDX_User.ID.