Soarian Clinicals Schema Documentation | |
Return to Table-Index |
Table Name | Table Comment |
SignaturePublicCert | This table stores the certificate and certificate algorithm that will be used to sign the transaction which is sent to surescripts |
Column Name | Column Datatype | Column Null Option | Column Comment |
SignaturePublicCertOid | bigint | NOT NULL | Primary key for table |
PublicCertInBase64 | varchar(Max) | NOT NULL | public cert in base64 |
FingerPrintHashAlgorithm | varchar(50) | Not NULL | hash algorithm, default should be SHA1 |
FingerPrint | varbinary(100) | Not NULL | finger print of public certificate |
Return to Table-Index |
Soarian Clinicals Schema Documentation | ||
Copyright © 2023, Oracle and/or its affiliates |