dbo.SXAEDIClaim276277Message 
Default Table Name  SXAEDIClaim276277Message 
Definition  Table which maps common information for a 276 inquiry and 277 response. 

dbo.SXAEDIClaim276277Message 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. 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
Claim276277MessageID(PK)    bigint  NO  Auto generated unique primary key value. 
BatchID    nvarchar(50)  YES  Identifies the reference identification. This is used to match claim/response messages. Unsolicited 277 response will contain a unique batch id which is not associated with a 276 message. 
TransmissionEnterpriseUTC    datetimeoffset(3)  YES  Stores the date the message was received or transmitted. 
X12MessageBody    varbinary(max)  NO  PHI: Contains the binary contents of the message. 
EDIFileStatusEnumValue    int  NO  The processing status of the file. 
ExRequestURI    varchar(255)  YES  Request URI 
ElinkWebServiceURI    varchar(255)  YES  Elink web service URI 
EDIWebServiceURI    varchar(255)  YES  EDI web service URI 
Sender    varchar(100)  YES  Sender of the message 
EDIFileTypeEnumValue    int  YES  Identifies the file type as 276, 277, 277CA or 277Pend. 

dbo.SXAEDIClaim276277Message Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAEDIClaim276277MessagePK  PrimaryKey  Claim276277MessageID