Package 

Class Account


  • @Serializable() 
    public final class Account
    
                        

    Represents information about the currently logged in user account

    • Method Detail

      • getId

         final String getId()

        A unique identifier for the account

      • getLastName

         final String getLastName()

        The family (last) name of the account holder

      • 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.