PatientApi constructor

PatientApi(
  1. String _sdkId
)

Implementation

PatientApi(
	this._sdkId
	) : tryAndRecover = TryAndRecoverPatientApi(_sdkId),
	encrypted = EncryptedPatientApi(_sdkId);