getDataOwnersWithAccessTo method

Future<EntityAccessInformation> getDataOwnersWithAccessTo(
  1. GroupScoped<Patient> patient
)

Implementation

Future<EntityAccessInformation> getDataOwnersWithAccessTo(GroupScoped<Patient> patient) async {
	return await CardinalSdkPlatformInterface.instance.apis.patientBasic.inGroup.getDataOwnersWithAccessTo(
		_sdkId,
		patient,
	);
}