DateOfCases_vw


Description

Case date values view providing actual date values for all patients and cases across different date types. This view consolidates date information from multiple tables to provide a unified view of case dates including birth dates, aging out dates, referral dates, and custom dates for comprehensive case date analysis.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
PatientID int 4 null

Patient reference - Links to Patient table

AdmitID int 4 null

Admission reference - Links to PatientAdministration table

DateType nvarchar 1073741823 null

Date type - Type or category of the date

DateValue datetime 16,3 null

Date value - Actual date value for this type

Relationships

View Definition


Possibly Referenced Tables/Views