withEncryptionMetadata method
Future<DecryptedClassification>
withEncryptionMetadata(
- DecryptedClassification? base,
- Patient patient, {
- User? user,
- Map<
String, AccessLevel> delegates = const {}, - SecretIdUseOption secretId = SecretIdUseOption.UseAnySharedWithParent,
Implementation
Future<DecryptedClassification> withEncryptionMetadata(DecryptedClassification? base, Patient patient, { User? user, Map<String, AccessLevel> delegates = const {}, SecretIdUseOption secretId = SecretIdUseOption.UseAnySharedWithParent }) async {
return await CardinalSdkPlatformInterface.instance.apis.classification.withEncryptionMetadata(
_sdkId,
base,
patient,
user,
delegates,
secretId,
);
}