Uses of Enum Class
org.projecthusky.communication.ch.enums.stable.FormatCode
Packages that use FormatCode
Package
Description
Some value sets as Java enums.
-
Uses of FormatCode in org.projecthusky.communication.ch
Methods in org.projecthusky.communication.ch that return FormatCodeMethods in org.projecthusky.communication.ch with parameters of type FormatCodeModifier and TypeMethodDescriptionvoid
DocumentMetadataCh.setFormatCode
(FormatCode code) Sets the (required) format code (e.g. -
Uses of FormatCode in org.projecthusky.communication.ch.enums.stable
Methods in org.projecthusky.communication.ch.enums.stable that return FormatCodeModifier and TypeMethodDescriptionstatic @Nullable FormatCode
Gets the Enum with a given code.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.ch.xd.storedquery
Constructors in org.projecthusky.communication.ch.xd.storedquery with parameters of type FormatCodeModifierConstructorDescriptionFindDocumentsQuery
(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. -
Uses of FormatCode in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return FormatCode