Uses of Enum Class
org.projecthusky.common.ch.enums.stable.ConfidentialityCode
Packages that use ConfidentialityCode
Package
Description
-
Uses of ConfidentialityCode in org.projecthusky.common.ch.enums.stable
Methods in org.projecthusky.common.ch.enums.stable that return ConfidentialityCodeModifier and TypeMethodDescriptionstatic @Nullable ConfidentialityCode
Gets the Enum with a given code.static ConfidentialityCode
Returns the enum constant of this class with the specified name.static ConfidentialityCode[]
ConfidentialityCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfidentialityCode in org.projecthusky.communication.ch
Methods in org.projecthusky.communication.ch that return types with arguments of type ConfidentialityCodeModifier and TypeMethodDescriptionDocumentMetadataCh.getConfidentialityCodesEnum()
Gets the confidentialityCode list -
Uses of ConfidentialityCode in org.projecthusky.communication.ch.xd.storedquery
Methods in org.projecthusky.communication.ch.xd.storedquery with parameters of type ConfidentialityCodeModifier and TypeMethodDescriptionvoid
FindDocumentsQuery.addConfidentialityCodes
(ConfidentialityCode[] confidentialityCodes) Adds an additional disjunctive clause of confidentiality codes to the query.void
GetFolderAndContentsQuery.addConfidentialityCodes
(ConfidentialityCode[] confidentialityCodes) Adds an additional disjunctive clause of confidentiality codes to the query.Constructors in org.projecthusky.communication.ch.xd.storedquery with parameters of type ConfidentialityCodeModifierConstructorDescriptionFindDocumentsQuery
(Identificator patientId, ClassCode[] classCodes, DateTimeRange[] dateTimeRanges, PracticeSettingCode[] practiceSettingCodes, HealthcareFacilityTypeCode[] healthCareFacilityCodes, ConfidentialityCode[] confidentialityCodes, FormatCode[] formatCodes, Author authorPerson, AvailabilityStatus status) Constructs a FindDocuments QueryGetFolderAndContentsQuery
(String folderId, boolean isUUID, FormatCode[] formatCodes, ConfidentialityCode[] confidentialityCodes) Constructor.GetFolderAndContentsQuery
(String folderId, boolean isUUID, FormatCode[] formatCodes, ConfidentialityCode[] confidentialityCodes, String homeCommunityId) Constructor that allows for the addition of a homeCommunityId to the query to support the XCA (Cross Community Access) profile extension of this query.GetFolderAndContentsQuery
(String folderId, boolean isUUID, FormatCode[] formatCodes, ConfidentialityCode[] confidentialityCodes, String homeCommunityId, org.openehealth.ipf.commons.ihe.xds.core.metadata.DocumentEntryType objectType) Constructor that allows for the addition of a homeCommunityId to the query to support the XCA profile extension of this query.