Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Test method TMC.Cloud.Data.Tests.DocumentationTests.PatientCaseloadServiceTests.Can_create_patient_caseload_service threw exception:
  2. System.ArgumentException: Unsupported filter: {document}{Dates}.IsActiveDuringDates(3/1/2018 12:00:00 AM, 3/19/2018 12:00:00 AM).
  3. at MongoDB.Driver.Linq.Translators.PredicateTranslator.Translate(Expression node)
  4. at MongoDB.Driver.Linq.Translators.PredicateTranslator.TranslateAndAlso(BinaryExpression node)
  5. at MongoDB.Driver.Linq.Translators.PredicateTranslator.Translate(Expression node)
  6. at MongoDB.Driver.Linq.Translators.PredicateTranslator.TranslateAndAlso(BinaryExpression node)
  7. at MongoDB.Driver.Linq.Translators.PredicateTranslator.Translate(Expression node)
  8. at MongoDB.Driver.Linq.Translators.PredicateTranslator.Translate(Expression node, IBsonSerializerRegistry serializerRegistry)
  9. at MongoDB.Driver.MongoCollectionImpl`1.CreateFindOperation[TProjection](FilterDefinition`1 filter, FindOptions`2 options)
  10. at MongoDB.Driver.MongoCollectionImpl`1.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
  11. at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
  12. at MongoDB.Driver.Core.Operations.AsyncCursorSourceEnumerableAdapter`1.GetEnumerator()
  13. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  14. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  15. at TMC.Cloud.EntityServices.Patients.PatientCaseDataService.GetActiveCasesByFacility(String organizationId, String facilityId, Nullable`1 startDate, Nullable`1 endDate) in C:\Users\tfadmin\Documents\source\tms\Services\TMC.Cloud.EntityServices\Patients\PatientCaseDataService.cs:line 59
  16. at TMC.Cloud.Services.Caseloads.PatientCaseloadService.GetPatientCaseloadSummary(String orgId, String facId, Nullable`1 startDate, Nullable`1 endDate) in C:\Users\tfadmin\Documents\source\tms\Services\TMC.Cloud.Services\Caseloads\PatientCaseloadService.cs:line 125
  17. at TMC.Cloud.Data.Tests.DocumentationTests.PatientCaseloadServiceTests.Can_create_patient_caseload_service() in C:\Users\tfadmin\Documents\source\tms\Tests\TMC.Cloud.Data.Tests\DocumentationTests\PatientCaseloadServiceTests.cs:line 1042
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement