| Soarian Clinicals Schema Documentation | |
| Return to Table-Index |
| Table Name | Table Comment |
| PrescriptionSignature | This table stores the digital signature and associated algorithm parameters |
| Column Name | Column Datatype | Column Null Option | Column Comment |
| PrescriptionSignatureOID | bigint | NOT NULL | Primary key for this table |
| SignatureInBase64 | varchar(Max) | NOT NULL | signature in base64 |
| SignaturePublicCertOid | bigint | NOT NULL | Foreign key to SignaturePublicCert table |
| DigestValueInBase64 | varchar(Max) | NULL | digest value |
| HashAlgorithm | varchar(50) | NULL | hash algorithm |
| EncryptionAlgorithm | varchar(50) | NULL | encryption algorithm |
| CryptographicModule | varchar(50) | NULL | hash algorithm |
| Text | varchar(Max) | NOT NULL | text to be signed |
| Return to Table-Index |
| Soarian Clinicals Schema Documentation | ||
| Copyright © 2023, Oracle and/or its affiliates | ||