-
@Serializable() public final class AccountRepresents information about the currently logged in user account
-
-
Method Summary
Modifier and Type Method Description final StringgetId()A unique identifier for the account final StringgetFirstName()The given (first) name of the account holder final StringgetLastName()The family (last) name of the account holder final StringgetEmail()RFC 5322 compliant format final LocalDategetBirthDate()final PatientgetSelectedPatient()Represents information about the currently selected patient on the account. -
-
Method Detail
-
getFirstName
final String getFirstName()
The given (first) name of the account holder
-
getLastName
final String getLastName()
The family (last) name of the account holder
-
getBirthDate
final LocalDate getBirthDate()
-
getSelectedPatient
final Patient getSelectedPatient()
Represents information about the currently selected patient on the account. Update this as information about the currently logged in patient changes.
-
-
-
-