Guest User

Untitled

a guest
Mar 10th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. djazayeri bholagabbar: 1. Randomizer: I think low priority due to real-world usage patterns of OpenMRS
  2. bholagabbar djazayeri: Hmm I see. But it sure is a great component to add to a cohort module.
  3. robbyoconnor djazayeri, how goes that PR on your scrumbot, one of the issues fixed is that moment.js has an open CVE
  4. bholagabbar djazayeri: Because several studies on cohorts are conducted as intervention trials..and I think randomized trials are the most common, wouldn't you say
  5. djazayeri bholagabbar: 2. Cohort Builder: generally there is great value in having cohort builder
  6. djazayeri bholagabbar: but my understanding is that the cohort module is primarily about defining fixed groups of patients, and then recording pieces of data against them.
  7. djazayeri bholagabbar: so I'm not sure that cohort builder would go _in_ the cohort module vs a different module.
  8. robbyoconnor Why not within?
  9. robbyoconnor or maybe dependent on?
  10. bholagabbar djazayeri: I see. I was looking to incorporate a system wherein the cohorts can be built faster.
  11. djazayeri bholagabbar: 3. Integration of HFE: being able to capture obs against cohorts with implementation-defined forms is super valuable. I would put this highest priority. I'm not actually sure if it's feasible to _use_ HFE for this, versus needing to take another approach.
  12. bholagabbar djazayeri: The cohort builder is a great way to do that. Like say get patients from DB between x and y and add them all to the cohort
  13. bholagabbar djazayeri: Other alternatives *could* be?
  14. djazayeri bholagabbar: I think the main use case is saying that, for example a family of 5 that lives together is a "household" type cohort. And then you want to record data points against that cohort (type of roof on house, etc).
  15. djazayeri bholagabbar: so for this use case, defining dynamic queries doesn't help, you need to just pick a specific small number of patients.
  16. djazayeri bholagabbar: at least, that's my understanding of the primary use case. If there's another big use case about building _large_ cohorts for a study or something, then the builder might help
  17. djazayeri bholagabbar: again, though, I think that form-driven data capture is the most valuable thing
  18. |<-- djazayeri has left freenode (Read error: Connection reset by peer)
  19. eykrevooh Hey everyone, I have been having a problem testing modules that I have made changes to. I am using OpenMRS-standalone-2.3.1 and am working in the reference application module. My problem is when I try and update the module using the GUI it crashes the application. Am I going about this wrong? If anyone has any advise I would greatly appreciate it.
  20. -->| djazayeri (~Adium@154.70.36.62) has joined #openmrs
  21. =-= Mode #openmrs +v djazayeri by ChanServ
  22. djazayeri bholagabbar: 4. Redoing the UI: yes, I agree
  23. djazayeri bholagabbar: (sorry, I was disconnected between my last 2 msgs, if you said anything)
  24. bholagabbar djazayeri: Would you prefer I rearrange these priorities
  25. bholagabbar djazayeri: Nope I read that you disconnected
  26. bholagabbar djazayeri: Go on
  27. |<-- SandeepRaparthi has left freenode (Quit: Connection closed for inactivity)
  28. |<-- robbyoconnor has left freenode (Ping timeout: 252 seconds)
  29. djazayeri bholagabbar: 5. display: agree that there's probably something to be done here. doing a mockup of some example would be good for a project application. (This probably goes with 4.)
  30. bholagabbar djazayeri: IMO *some* sort of cohort builder would be necessary. Maimoona said we need 'Extensive searched mechanism available over an extensive range of parameters'
  31. bholagabbar djazayeri: The first thing that came to my mind was the cohort builder
  32. djazayeri 6. Integrate reporting. Yes. There's probably a small integration that would provide a good amount of value.
  33. djazayeri 7. official module. Probably not.
  34. bholagabbar djazayeri: Why not?
  35. djazayeri bholagabbar: what is an "official" module?
  36. bholagabbar djazayeri: Held my openmrs in the github account I meant
  37. bholagabbar djazayeri: Currently it's on sharon's github
  38. OpenMRSbotSR [Michael Downey] djazayeri: hey that's my question to ask
  39. djazayeri bholagabbar: ah, well, maybe
  40. djazayeri bholagabbar: anyway, that's not part of the proposal.
  41. bholagabbar djazayeri: Yeah alright makes sense
  42. bholagabbar djazayeri: Also, the cohort builder. what would you suggest for Maimoona's requirement?
  43. bholagabbar djazayeri: 'Extensive searched mechanism available over an extensive range of parameters'
  44. bholagabbar djazayeri: Is what she mentioned
  45. djazayeri bholagabbar: so, if maimoona says this is valuable I believe her.
  46. bholagabbar djazayeri: Wouldn't cohort builder be the closest to what we have?
  47. djazayeri bholagabbar: yes
  48. |<-- eykrevooh has left freenode (Quit: Page closed)
  49. |<-- ssmusoke has left freenode (Quit: ssmusoke)
  50. djazayeri bholagabbar: but also the ability to use a cohortdefinition defined in the reporting module (which does not have a nice UI, but is more powerful
  51. bholagabbar djazayeri: I see. I'm not quite aware of that..but I'll look into it
  52. bholagabbar djazayeri: I was speaking to Ada the other day. She too mentioned the need to incorporate cohort-definitions
  53. [INFO] There is nothing to tab-complete. Use F6 to cycle through the user list, input box and the chat output.
  54. djazayeri r0bby: sorry; I've been very busy going between continents. the main reason I haven't merged the PR is that it will change the way I have to deploy the code, and I already had a readme set up that I copy and paste from. So merging will make my life harder.
  55. bholagabbar djazayeri: If we add details like cohort-active, cohort-inactive then It becomes very useful for mUzima, their module app to download only relevant (active) cohort data.
  56. bholagabbar djazayeri: Basically, add more cohort metadata. Would that make sense?
  57. bholagabbar djazayeri: Something like 'cohort definition would be the inclusive and exclusive criteria. For example a) age within 18 and 30 years old b) diagnosis of CHF, c) no previous history of taking beta blockers, f) visited location ABC'
  58. djazayeri bholagabbar: yes, in fact I would rank adding more cohort metadata as top priority
  59. djazayeri bholagabbar: note that openmrs-core already has a Cohort class, and I actually thought that Ada's proposal was to extend the one in openmrs-core.
  60. bholagabbar djazayeri: Great. So Cohort Forms > Cohort Metadata > Builder > UI
  61. bholagabbar djazayeri: All of these with *must do* tho
  62. djazayeri bholagabbar: personally I would put builder last, in the context of this module
  63. bholagabbar djazayeri: Haha ok!
  64. djazayeri bholagabbar: I would think that Cohort Builder is very high priority in general (maybe higher than the rest of this), but in the context of "enancements to cohort module" it feels lower. (just my opinoin)
  65. bholagabbar djazayeri: Maimoona mentioned that half of the work regarding HTML forms has alrady been done. I'm not sure where/how/what tho
  66. djazayeri bholagabbar: okay, off to bed
  67. djazayeri bholagabbar: good luck
  68. bholagabbar djazayeri: Thanks so much Darius
  69. bholagabbar djazayeri: Much appreciated
Add Comment
Please, Sign In to add comment