Uses of Enum Class
org.projecthusky.fhir.core.ch.enums.ReligiousAffiliation
Packages that use ReligiousAffiliation
-
Uses of ReligiousAffiliation in org.projecthusky.fhir.core.ch.enums
Methods in org.projecthusky.fhir.core.ch.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.core.ch.resource.r4
Methods in org.projecthusky.fhir.core.ch.resource.r4 that return ReligiousAffiliationModifier and TypeMethodDescription@Nullable ReligiousAffiliationChCorePatient.resolveReligion()Resolves the patient's religion.Methods in org.projecthusky.fhir.core.ch.resource.r4 with parameters of type ReligiousAffiliationModifier and TypeMethodDescriptionChCorePatient.setReligion(ReligiousAffiliation religion) Sets patient's religion.