modifyPatientsMinimal method

Future<List<GroupScoped<StoredDocumentIdentifier>>> modifyPatientsMinimal(
  1. List<GroupScoped<Patient>> patients
)

Implementation

Future<List<GroupScoped<StoredDocumentIdentifier>>> modifyPatientsMinimal(List<GroupScoped<Patient>> patients) async {
	return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.tryAndRecover.modifyPatientsMinimal(
		_sdkId,
		patients,
	);
}