dbo.SXAAMClientInfo 
Default Table Name  SXAAMClientInfo 
Definition  Extension of CV3Client table. Stores AM specific information. 

dbo.SXAAMClientInfo Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  NO  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 
Build    int  NO  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    varchar(50)  NO  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    datetime  NO  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  NO  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    datetime  NO  The date and time that the row was created and will be based on the Enterprise time zone. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
ClientGUID(PK)    HVCIDdt  NO  Primary key 
VeteranStatusID    int  YES  Veteran status ID from SXAAMVeteranStatus 
HispanicID    int  YES  Hispanic ID from SXXAMHispanic 
DefaultGuarantorID(FK)    bigint  YES  A foreign key to the GuarantorID column in the SXAAMGuarantor table. 
Note    varchar(255)  YES  PHI: Note concerning this client. 
PlaceOfWorship    varchar(50)  YES  Place Of Worship text. Denormalized from SXAAMPlaceOfWorship. 
UserGUID    HVCIDdt  YES  The user GUID from CV3User 
MSrepl_tran_version    uniqueidentifier  YES  Optimistic lock identifier. 
PreferredPCPAddressGUID    HVCIDdt  YES  Specifies patient preference of PCP address 
IsExcludeFromClergyList    bit  YES  Denotes whether this patient can appear on Clergy Lists 
IsInterpreterRequired    bit  NO  True if the patient requires an interpreter 
LoginIDCode    varchar(64)  YES  PHI: The user account identifier. Used if the patient is a Secure Health Messaging user. 
LoginParole    varchar(64)  YES  PHI: Not being used 
IsLoginActive    bit  YES  A flag to indicate if this patient is configured for Secure Health Messaging. 
IsFirstLogon    bit  YES  The indicator that shows if a patient has logged on before.  Used if the patient is a Secure Health Messaging user. 
PrimaryLanguageAbilityProficiencyID(FK)    int  YES  A foreign key to the LanguageAbilityProficiencyID column in the SXAAMLanguageAbilityProficiency table. 
IsHomeless    bit  YES  Indicates Patient is homeless 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
PrimaryLanguagePreferredType    int  YES  An enumerated type with the following list of possible values: 0 = [No],1 = [Yes],2 = [Declined to Provide], 
LastConfirmedWhenUTC    datetimeoffset(3)  YES  The date and time when the patient information was last confirmed by the user. 
LastConfirmedByGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3User table. 
LastUpdatedWhen    datetime  YES  Last updated datetime of any patient related data 

dbo.SXAAMClientInfo Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAAMClientInfoPK  PrimaryKey  ClientGUID