Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("5cec8b2aa1d64e0ff08d894a"),
  3. "userId" : ObjectId("5cec8b2aa1d64e0ff08d8947"),
  4. "providers" : [
  5. "1689736266",
  6. "1598763690",
  7. "1528069614",
  8. "1831364272",
  9. "1548463045",
  10. "1245301159",
  11. "1386616399",
  12. "1790775971",
  13. "1629462130",
  14. "1992169783"
  15. ],
  16. "countByType" : {
  17. "doctors" : 6,
  18. "labs" : 0,
  19. "hospitals" : 0,
  20. "imagingCenters" : 0,
  21. "other" : 4
  22. }
  23. }
  24.  
  25. let providerDetails = await esHelper.getProviderById(res.practitioner.npiId);
  26.  
  27.  
  28. let updateProviderId = await userProviderCollection.update(
  29. regUserId, {
  30. $addToSet: {
  31. providers: res.practitioner.npiId
  32. }
  33. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement