Uses of Enum Class
org.projecthusky.common.enums.AdministrativeGender
Packages that use AdministrativeGender
Package
Description
-
Uses of AdministrativeGender in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return AdministrativeGenderModifier and TypeMethodDescriptionstatic @Nullable AdministrativeGenderGets the Enum with a given code.static AdministrativeGenderReturns the enum constant of this class with the specified name.static AdministrativeGender[]AdministrativeGender.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AdministrativeGender in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return AdministrativeGenderMethods in org.projecthusky.common.model with parameters of type AdministrativeGenderModifier and TypeMethodDescriptionvoidPatient.setAdministrativeGender(AdministrativeGender sex) Sets the gender.Constructors in org.projecthusky.common.model with parameters of type AdministrativeGenderModifierConstructorDescriptionPatient(Name name, AdministrativeGender sex, Calendar birthDay) Erstellt einen neuen Patienten.Patient(Name name, AdministrativeGender sex, Calendar birthDay, Identificator id) Erstellt einen neuen Patienten inkl. -
Uses of AdministrativeGender in org.projecthusky.communication
Methods in org.projecthusky.communication with parameters of type AdministrativeGenderModifier and TypeMethodDescriptionMasterPatientIndexQuery.setPatientSex(AdministrativeGender adminstrativeGender) Sets the patient sex for the query. -
Uses of AdministrativeGender in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums with parameters of type AdministrativeGenderModifier and TypeMethodDescriptionstatic GenderGender.fromEprAdministrativeGender(AdministrativeGender administrativeGender) -
Uses of AdministrativeGender in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return AdministrativeGenderModifier and TypeMethodDescriptionFhirPatient.convertGender(org.hl7.fhir.r4.model.Enumerations.AdministrativeGender gender) Convert the fhir gender to the cda gender.Methods in org.projecthusky.fhir.structures.gen with parameters of type AdministrativeGenderModifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.Enumerations.AdministrativeGenderFhirPatient.convertGender(AdministrativeGender gender) Convert the cda gender to the fhir gender.