SimplePatientRegistrationInput class

Constructors

SimplePatientRegistrationInput({required List<NameInput> names, required String gender, required IdentificationDetails identificationDetails, required DateTime birthDate, required List<PhoneNumberInput> phoneNumbers, required bool active, String? id, List<PhotoInput>? photos, List<EmailInput>? emails, MaritalStatus? maritalStatus, List<Language>? languages, bool? replicateUSSD})

Properties

active bool
final
birthDate DateTime
final
emails List<EmailInput>?
final
gender String
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
identificationDetails IdentificationDetails
final
languages List<Language>?
final
maritalStatus MaritalStatus?
final
names List<NameInput>
final
phoneNumbers List<PhoneNumberInput>
final
photos List<PhotoInput>?
final
replicateUSSD bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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