Uses of Enum Class
org.projecthusky.common.at.enums.FormatCode
Packages that use FormatCode
Package
Description
-
Uses of FormatCode in org.projecthusky.common.at.enums
Methods in org.projecthusky.common.at.enums that return FormatCodeModifier and TypeMethodDescriptionstatic FormatCode
Gets the Enum with a given codeFormatCode.getValues()
static FormatCode
Returns the enum constant of this class with the specified name.static FormatCode[]
FormatCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FormatCode in org.projecthusky.communication.at
Methods in org.projecthusky.communication.at that return FormatCode -
Uses of FormatCode in org.projecthusky.communication.at.xd.storedquery
Constructors in org.projecthusky.communication.at.xd.storedquery with parameters of type FormatCodeModifierConstructorDescriptionFindDocumentsQueryAt
(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.