Uses of Class
com.ibm.fhir.model.type.code.AdministrativeGender
-
Packages that use AdministrativeGender Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AdministrativeGender in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AdministrativeGender Modifier and Type Method Description AdministrativeGenderObservationDefinition.QualifiedInterval. getGender()Sex of the population the range applies to.AdministrativeGenderPatient.Contact. getGender()Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.AdministrativeGenderPatient. getGender()Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.AdministrativeGenderPerson. getGender()Administrative Gender.AdministrativeGenderPractitioner. getGender()Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.AdministrativeGenderRelatedPerson. getGender()Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.Methods in com.ibm.fhir.model.resource with parameters of type AdministrativeGender Modifier and Type Method Description ObservationDefinition.QualifiedInterval.BuilderObservationDefinition.QualifiedInterval.Builder. gender(AdministrativeGender gender)Sex of the population the range applies to.Patient.BuilderPatient.Builder. gender(AdministrativeGender gender)Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.Patient.Contact.BuilderPatient.Contact.Builder. gender(AdministrativeGender gender)Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.Person.BuilderPerson.Builder. gender(AdministrativeGender gender)Administrative Gender.Practitioner.BuilderPractitioner.Builder. gender(AdministrativeGender gender)Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.RelatedPerson.BuilderRelatedPerson.Builder. gender(AdministrativeGender gender)Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes. -
Uses of AdministrativeGender in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AdministrativeGender Modifier and Type Field Description static AdministrativeGenderAdministrativeGender. FEMALEFemalestatic AdministrativeGenderAdministrativeGender. MALEMalestatic AdministrativeGenderAdministrativeGender. OTHEROtherstatic AdministrativeGenderAdministrativeGender. UNKNOWNUnknownMethods in com.ibm.fhir.model.type.code that return AdministrativeGender Modifier and Type Method Description AdministrativeGenderAdministrativeGender.Builder. build()static AdministrativeGenderAdministrativeGender. of(AdministrativeGender.ValueSet value)Factory method for creating AdministrativeGender objects from a passed enum value.static AdministrativeGenderAdministrativeGender. of(String value)Factory method for creating AdministrativeGender objects from a passed string value.
-