dbo.SXASRGCaseItemTissue 
Default Table Name  SXASRGCaseItemTissue 
Definition  Table containing the tissue information associated to a case item supplemental info detail. 

dbo.SXASRGCaseItemTissue Columns 
ColumnName  Domain  Datatype  NULL  Definition 
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. 
TouchedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is 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. 
CreatedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is 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. 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
CaseItemTissueID(PK)    bigint  NO  Primary key 
CaseItemSupplementalInfoDtlID(FK)    bigint  NO  A foreign key to the CaseItemSupplementalInfoDtlID column in the SXASRGCaseItemSupplementalInfoDtl table. 
IsIntact    bit  NO  Indicator that tissue is intact or not. 
CorrectTemperatureStoredType    smallint  NO  An enumerated type with the following list of possible values: 0 = [Not Applicable],1 = [Yes],2 = [No], 
PreparationStartedDateTimeUTC    datetimeoffset(3)  YES  Date preparation for the tissue was ended. 
PreparationEndedDateTimeUTC    datetimeoffset(3)  YES  Date preparation for the tissue was started. 
Notes    varchar(1500)  YES  Notes for the tissue. 
ManufacturerInstructFollowType    smallint  YES  An enumerated type with the following list of possible values: 0 = [Not Applicable],1 = [Yes],2 = [No], 
DetailXML    xml  YES  Contains custom field values defined by customers 
FormGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3OrderEntryForm table. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
TissueTypeGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3UserDictionaryValue table. 
ReceivedByID(FK)    int  YES  A foreign key to the SurgeryStaffID column in the SXASRGSurgeryStaff table. 
ReceivedOnUTC    datetimeoffset(3)  YES  The date time the surgery staff received the tissue 
TissueManagerID    int  YES  The GUID in CV3UserDictionaryValue that represents a tissue type. 
PreparationComment    varchar(255)  YES  Comments regarding the preparation of tissues 
RemovedFromStorageUTC    datetimeoffset(3)  YES  Stores DateTime value associated with surgical item configuration 

dbo.SXASRGCaseItemTissue Primary and Unique Keys 
Key Name  Key Type  Keys 
SXASRGCaseItemTissuePK  PrimaryKey  CaseItemTissueID