PatientRegistrationResultData

Contains the details information about successful registration.

Properties

ActivationType

int

How can the patient activate her account:

  • 1 = email activation
  • 2 = SMS activation
  • 3 = email or SMS activation

The server choose activation type according actual configuration.

The client uses this information to provide right information about activation to the patient.

JSON Example

{
    "ActivationType": 2
}