Uses of Enum Class
org.projecthusky.communication.ch.enums.stable.ClassCode
Packages that use ClassCode
Package
Description
Some value sets as Java enums.
-
Uses of ClassCode in org.projecthusky.communication.ch
Methods in org.projecthusky.communication.ch that return ClassCodeMethods in org.projecthusky.communication.ch with parameters of type ClassCodeModifier and TypeMethodDescriptionvoid
DocumentMetadataCh.setClassCode
(ClassCode code) Sets the (required, but in principle computable) class code, which defines the class of the document (e.g. -
Uses of ClassCode in org.projecthusky.communication.ch.enums.stable
Methods in org.projecthusky.communication.ch.enums.stable that return ClassCodeModifier and TypeMethodDescriptionstatic @Nullable ClassCode
Gets the Enum with a given code.static ClassCode
Returns the enum constant of this class with the specified name.static ClassCode[]
ClassCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClassCode in org.projecthusky.communication.ch.xd.storedquery
Constructors in org.projecthusky.communication.ch.xd.storedquery with parameters of type ClassCodeModifierConstructorDescriptionFindDocumentsQuery
(Identificator patientId, ClassCode[] classCodes, DateTimeRange[] dateTimeRanges, PracticeSettingCode[] practiceSettingCodes, HealthcareFacilityTypeCode[] healthCareFacilityCodes, ConfidentialityCode[] confidentialityCodes, FormatCode[] formatCodes, Author authorPerson, AvailabilityStatus status) Constructs a FindDocuments Query -
Uses of ClassCode in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return ClassCode