AdministrativeGender enum

The gender of a person used for administrative purposes.

Inheritance
Implemented types
Available extensions

Values

male → const AdministrativeGender
const AdministrativeGender(code: 'male', display: 'Male', system: administrativeGenderUri)
female → const AdministrativeGender
const AdministrativeGender(code: 'female', display: 'Female', system: administrativeGenderUri)
other → const AdministrativeGender
const AdministrativeGender(code: 'other', display: 'Other', system: administrativeGenderUri)
unknown → const AdministrativeGender
const AdministrativeGender(code: 'unknown', display: 'Unknown', system: administrativeGenderUri)

Properties

code String
final
display String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
json → JsonValue
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
system String
final

Methods

compareTo(AdministrativeGender other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromCode(String code) AdministrativeGender
Returns the gender based on the string code, and returns unknown if no match is found

Constants

values → const List<AdministrativeGender>
A constant List of the values in this enum, in order of their declaration.