dbo.SXAAMMSPFrequencyException 
Default Table Name  SXAAMMSPFrequencyException 
Definition  Dictionary that sets the frequency in which an MSP Questionnaire will be collected for non-standard visit types (i.e. Laboratory Visits).This new table is required to support the new-for-4.0 requirements outlined in “30-4012 – Medicare Form (MSP)”. Specifically, it will serve as the datastore for a new standard dictionary entitled “MSP Frequency Exceptions”. This dictionary will allow the enterprise to configure non-standard collection “frequencies” (quantified in “days”) for unique combinations of “visit” and “service” types (typically non-standard visit and service types such as “Laboratory Visits”). The frequencies will be evaluated and leveraged at the UI during patient/visit registration 

dbo.SXAAMMSPFrequencyException 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. 
IsActive    bit  NO  Indicates whether or not the row (specifically in this case the MSPQuestionnaire) is active. 
MSPFrequencyExceptionID(PK)    int  NO  Auto generated unique primary key value. 
VisitTypeGUID(FK)    HVCIDdt  NO  A foreign key to the GUID column in the CV3VisitType table. 
ServiceGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3Service table. 
FrequencyInDays    int  NO  Number of days between automated launch of questionnaire. 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
MSPConfigurationID(FK)    int  YES  A foreign key to the MSPConfigurationID column in the SXAAMMSPConfiguration table. 

dbo.SXAAMMSPFrequencyException Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAAMMSPFrequencyExceptionPK  PrimaryKey  MSPFrequencyExceptionID