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