/
Transaction Table

Transaction Table

This table contains summary of all e-claim transactions downloaded or uploaded by GA.

Column NameData TypeAllow NullsDescription
UniqueIdnvarchar(50)No

Unique ID of the transaction in the database. This is auto incremental number generated by database automatically when new record is added.

This column is Primary Key.

TransactionTypeIdsmallintNoTransaction Type ID assigned by Greenrain Connect Framework.
PostOfficeIdnvarchar(100)Yes

Transaction ID assigned by Post Office. This ID is most likely always empty for transactions uploaded to Post Office as current upload API supported by Post Office does not return ID value.

This value is to UploadMemberRegistrationResponse.FileId returned from DHPO upon Member.Register transaction upload.

SenderIdnvarchar(20)NoSender ID – who is the transaction sender.
ReceiverIdnvarchar(20)NoReceiver ID – who is the transaction receiver.
TransactionDatedatetimeNoTransaction date extracted from e-claim file.
RecordCountintNoNumber of records in the e-claim file.
DispositionFlagIdtinyintNoDisposition Flag ID assigned by Greenrain Connect Framework.
FileNamenvarchar(150)YesTransaction file name as it is received from Post Office or sent to Post Office.
Contentvarbinary(MAX)YesTransaction file content.
UploadDatedatetimeYesDate and time when transaction has been successfully uploaded to Post Office. This field is NULL for transactions downloaded from Post Office.
PostOfficeReturnCodeintYes

For Member.Register transaction uploaded to DHPO: this value is set to UploadMemberRegistrationResponse.Result returned from DHPO.

PostOfficeReturnMessagenvarchar(MAX)YesFor Member.Register transaction uploaded to DHPO: This value is to UploadMemberRegistrationResponse.ErrorMessage returned from DHPO.
DownloadDatedatetimeYesDate and time when transaction has been downloaded from Post Office. This field is NULL for transactions uploaded to Post Office.

Related content

Claim Submissions History Report (Excel)
Claim Submissions History Report (Excel)
More like this
Supported Excel file formats
Supported Excel file formats
More like this