SiteID |
Definition | Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. |
RepFlags |
Definition | Indicates the action in a distributed database environment. Distributed databases are no longer supported so this column is deprecated. |
Build |
Definition | Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. |
TouchedBy |
Definition | Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
TouchedWhen |
Definition | The date and time that the row was last updated and will be based on the Enterprise time zone. |
CreatedBy |
Definition | Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
CreatedWhen |
Definition | The date and time that the row was created and will be based on the Enterprise time zone. |
Active |
Definition | Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. |
GUID |
Definition | Unique primary key value. |
BirthDayNum |
Definition | PHI: The day of birth. |
BirthMonthNum |
Definition | PHI: The month of the birthday. 1 to 12; 0 = Unknown |
BirthYearNum |
Definition | PHI: The year of birth. |
DeceasedDtm |
Definition | PHI: The deceased date. |
DisplayName |
Definition | PHI: The current LastName, FirstName, and MiddleName. |
FirstName |
Definition | PHI: The client first name. |
LastName |
Definition | PHI: The client last name. |
MiddleName |
Definition | PHI: The client middle name. |
Title |
Definition | PHI: The client title |
ReligionCode |
Definition | PHI: The client's religion. |
LanguageCode |
Definition | PHI: The client's language. |
GenderCode |
Definition | PHI: The client's gender. |
RaceCode |
Definition | PHI: The client's race. |
MaritalStatusCode |
Definition | PHI: The client's marital status. |
OccupationCode |
Definition | A foreign key to the Code column in the CV3Occupation table. |
IDCode |
Definition | PHI: The client's Medical Record Number. Must be unique |
IsTemporary |
Definition | Indicates if this is a temporary client ID. 1 = True; 0 = False |
CityOfBirth |
Definition | PHI: The city where the client was born. |
CountryDvsnOfBirth |
Definition | PHI: The state or province where the client was born. |
CountryOfBirth |
Definition | PHI: The country where the client was born. |
HouseholdGUID |
Definition | A foreign key to the GUID column in the CV3Household table. |
ApplicSource |
Definition | Identifies which Eclipsys application was used to enter the information. Either CV (Sunrise Clinical Manager), ADT (ADT interface), or LAB (LAB interface) |
IsMaterialized |
Definition | Indicates if this client has been materialized (meaning that all of their data has been retrieved from the repository). 1 = True; 0 = False |
IsPermanent |
Definition | Indicates if this client is permanent (meaning that their data will always be held in the active databases). 1 = True; 0 = False |
IsVIP |
Definition | PHI: Indicates if this client is a VIP. 1 = True; 0 = False |
PrivacyStatusCode |
Definition | A foreign key to the Code column in the CV3PrivacyStatus table. |
SecurityLevel |
Definition | The client's security level. Copied from CV3PrivacyStatus. 0 = Standard; 1 = Enhanced; 2 = Ultra-Secure |
MSrepl_tran_version |
Definition | Optimistic lock identifier. |
BirthTime |
Definition | PHI: Time of birth stored as hh:mm:ss in 24 hour clock |
IsEstimatedDOB |
Definition | Stores IsEstimatedDOB value for Patient |
MSReplrowguid |
Definition | Unique GUID used to support merge replication. |
BirthTimeZone |
Definition | The IANA time zone for the value stored in BirthTime column. When it is blank, assume BirthTime in enterprise time zone. |
DeceasedTimeZone |
Definition | The IANA time zone for the value stored in DeceasedDtm column. When blank, assume DeceasedDtm in enterprise time zone. |
BirthDateINT |
Definition | PHI: The day of birth. |