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
PrescriptionSignatureOIDbigintNOT NULL Primary key for this table
SignatureInBase64varchar(Max)NOT NULL signature in base64
SignaturePublicCertOidbigintNOT NULL Foreign key to SignaturePublicCert table
DigestValueInBase64varchar(Max)NULL digest value
HashAlgorithmvarchar(50)NULL hash algorithm
EncryptionAlgorithmvarchar(50)NULL encryption algorithm
CryptographicModulevarchar(50)NULL hash algorithm
Textvarchar(Max)NOT NULL text to be signed

Return to Table-Index

  Soarian Clinicals Schema Documentation  
Copyright © 2023, Oracle and/or its affiliates