Uses of Enum Class
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.enums.ChMed16AGender
Packages that use ChMed16AGender
Package
Description
-
Uses of ChMed16AGender in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a
Fields in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a declared as ChMed16AGenderModifier and TypeFieldDescriptionprotected @Nullable ChMed16AGenderChMed16APatient.genderGender of patient. -
Uses of ChMed16AGender in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.enums
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.enums that return ChMed16AGenderModifier and TypeMethodDescriptionstatic @Nullable ChMed16AGenderChMed16AGender.fromEprAdministrativeGender(AdministrativeGender administrativeGender) static @Nullable ChMed16AGenderChMed16AGender.fromFhirAdministrativeGender(org.hl7.fhir.r4.model.Enumerations.AdministrativeGender administrativeGender) static ChMed16AGenderReturns the enum constant of this class with the specified name.static ChMed16AGender[]ChMed16AGender.values()Returns an array containing the constants of this enum class, in the order they are declared.