Uses of Enum Class
org.projecthusky.fhir.emed.ch.common.enums.ReligiousAffiliation
Packages that use ReligiousAffiliation
Package
Description
Some value sets as Java enums.
Custom HAPI resources (as extension of the official resources) for the CH-CORE and CH-EMED projects.
-
Uses of ReligiousAffiliation in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return ReligiousAffiliationModifier and TypeMethodDescriptionstatic @Nullable ReligiousAffiliationGets the Enum with a given code.static ReligiousAffiliationReturns the enum constant of this class with the specified name.static ReligiousAffiliation[]ReligiousAffiliation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReligiousAffiliation in org.projecthusky.fhir.emed.ch.common.resource
Methods in org.projecthusky.fhir.emed.ch.common.resource that return ReligiousAffiliationModifier and TypeMethodDescription@Nullable ReligiousAffiliationChCorePatient.resolveReligion()Resolves the patient's religion.Methods in org.projecthusky.fhir.emed.ch.common.resource with parameters of type ReligiousAffiliationModifier and TypeMethodDescriptionChCorePatient.setReligion(ReligiousAffiliation religion) Sets patient's religion.