/** * * Types of encryptable entities, to support segregation of secure delegation keys. * These types do not include stubs and metadata entities (such as SecureDelegationKeyMap) since they use the actual * type of the related entity, and does not include services as they use the type of Contact. */ export declare enum EntityWithEncryptionMetadataTypeName { Article = "Article", AccessLog = "AccessLog", CalendarItem = "CalendarItem", Classification = "Classification", ClassificationTemplate = "ClassificationTemplate", Contact = "Contact", Service = "Service", Document = "Document", Form = "Form", HealthElement = "HealthElement", Invoice = "Invoice", MaintenanceTask = "MaintenanceTask", Message = "Message", Patient = "Patient", Receipt = "Receipt", RelatedPerson = "RelatedPerson", Topic = "Topic" }