Uses of Enum Class
org.projecthusky.common.at.enums.ConfidentialityCode
Packages that use ConfidentialityCode
Package
Description
-
Uses of ConfidentialityCode in org.projecthusky.common.at.enums
Methods in org.projecthusky.common.at.enums that return ConfidentialityCodeModifier and TypeMethodDescriptionstatic ConfidentialityCode
Gets the Enum with a given codestatic 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.at
Methods in org.projecthusky.communication.at that return types with arguments of type ConfidentialityCodeModifier and TypeMethodDescriptionDocumentMetadataAt.getConfidentialityCodesEnum()
Gets the confidentialityCode listMethods in org.projecthusky.communication.at with parameters of type ConfidentialityCodeModifier and TypeMethodDescriptionvoid
DocumentMetadataAt.addConfidentialityCodeHl7Cdar2
(ConfidentialityCode code) Adds the confidentialityCode code (e.g. -
Uses of ConfidentialityCode in org.projecthusky.communication.at.xd.storedquery
Methods in org.projecthusky.communication.at.xd.storedquery with parameters of type ConfidentialityCodeModifier and TypeMethodDescriptionvoid
FindDocumentsQueryAt.addConfidentialityCodes
(ConfidentialityCode[] confidentialityCodes) Adds an additional disjunctive clause of confidentiality codes to the query.void
GetFolderAndContentsQueryAt.addConfidentialityCodes
(ConfidentialityCode[] confidentialityCodes) Adds an additional disjunctive clause of confidentiality codes to the query.Constructors in org.projecthusky.communication.at.xd.storedquery with parameters of type ConfidentialityCodeModifierConstructorDescriptionFindDocumentsQueryAt
(Identificator patientId, ClassCode[] classCodes, DateTimeRange[] dateTimeRanges, PracticeSettingCode[] practiceSettingCodes, HealthcareFacilityTypeCode[] healthCareFacilityCodes, ConfidentialityCode[] confidentialityCodes, FormatCode[] formatCodes, Author authorPerson, org.openehealth.ipf.commons.ihe.xds.core.metadata.AvailabilityStatus status) Constructs a FindDocuments QueryGetFolderAndContentsQueryAt
(String folderId, boolean isUUID, FormatCode[] formatCodes, ConfidentialityCode[] confidentialityCodes) Constructor.GetFolderAndContentsQueryAt
(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.GetFolderAndContentsQueryAt
(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.