createPatient method

Implementation

Future<GroupScoped<EncryptedPatient>> createPatient(GroupScoped<EncryptedPatient> patient) async {
	return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.encrypted.createPatient(
		_sdkId,
		patient,
	);
}