PatientBirthSexEnum class
the birth sex of the patient: male, female, indeterminate, unknown
- Available extensions
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → PatientBirthSexEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< PatientBirthSexEnum> ?
Constants
- changed → const PatientBirthSexEnum
- changedToFemale → const PatientBirthSexEnum
- changedToMale → const PatientBirthSexEnum
- female → const PatientBirthSexEnum
- indeterminate → const PatientBirthSexEnum
- male → const PatientBirthSexEnum
- unknown → const PatientBirthSexEnum
-
values
→ const List<
PatientBirthSexEnum> - List of all possible values in this PatientBirthSexEnum.