tree.txt 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. PRO
  2. # dashboard
  3. # my_payment_schedule
  4. my_teams|team|add|view
  5. my_teams/add_new
  6. hcpProUid:record:pro:uid,name_display
  7. allyProUid:record:pro:uid,name_display
  8. teamNumber
  9. my_teams/view/{uid}
  10. ACTIONS
  11. updateTeamNumber
  12. teamNumber
  13. SUB
  14. dashboard
  15. clients
  16. id=client.team_id
  17. audit_log
  18. my_clients|client|add|view
  19. my_clients/add_new
  20. teamUid:record:team:uid,team_number
  21. mcpProUid:record:pro:uid,name_display
  22. allyProUid:record:pro:uid,name_display
  23. nameDisplay
  24. name.nameDisplay
  25. name.namePrefix
  26. name.nameFirst
  27. name.nameMiddle
  28. name.nameLast
  29. name.nameSuffix
  30. name.nameCredential
  31. gender:select:M,F
  32. dateOfBirth:date
  33. cellNumber:tel
  34. emailAddress:email
  35. medicareNumber
  36. my_clients/view/{uid}
  37. ACTIONS
  38. sendCellNumberConfirmationMessage
  39. confirmCellNumberWithConfirmationToken
  40. token
  41. putNewCellNumber
  42. newCellNumber:tel
  43. sendEmailAddressConfirmationMessage
  44. confirmEmailAddressWithConfirmationToken
  45. token
  46. putNewEmailAddress
  47. newEmailAddress:email
  48. putTeam
  49. teamUid:record:team:uid,team_number
  50. removeTeam
  51. putMcp
  52. mcpProUid:record:pro:uid,name_display
  53. removeMcp
  54. putAlly
  55. allyProUid:record:pro:uid,name_display
  56. removeAlly
  57. putName
  58. name.nameDisplay
  59. name.namePrefix
  60. name.nameFirst
  61. name.nameMiddle
  62. name.nameLast
  63. name.nameSuffix
  64. name.nameCredential
  65. putGender
  66. gender:select:M,F
  67. putDateOfBirth
  68. dateOfBirth:date
  69. putProfilePicture
  70. profilePictureBase64
  71. removeProfilePicture
  72. updatePhoneInfo
  73. homePhoneNumber
  74. workPhoneNumber
  75. supporterPhoneNumber
  76. supporterMemo
  77. phoneNumbersMemo
  78. updateAddress
  79. mailingAddressLine1
  80. mailingAddressLine2
  81. mailingAddressCity
  82. mailingAddressState
  83. mailingAddressCountry
  84. mailingAddressZip
  85. mailingAddressLat
  86. mailingAddressLong
  87. homeAddressLine1
  88. homeAddressLine2
  89. homeAddressCity
  90. homeAddressState
  91. homeAddressCountry
  92. homeAddressZip
  93. homeAddressLat
  94. homeAddressLong
  95. updateMedicareNumber
  96. medicareNumber
  97. manuallySetIsPartBPrimaryConfirmedToTrue
  98. partBConfirmationMethod:select:MANUAL,API
  99. partBConfirmationMemo
  100. manuallySetIsPartBPrimaryConfirmedToFalse
  101. partBConfirmationMethod:select:MANUAL,API
  102. partBConfirmationMemo
  103. setHasMcpDoneEmVisitToTrue
  104. mcpEmVisitDate
  105. mcpEmVisitNote
  106. mcpEmVisitMemo
  107. updateMcpEmVisitInfo
  108. mcpEmVisitDate
  109. mcpEmVisitNote
  110. mcpEmVisitMemo
  111. setHasMcpDoneEmVisitToFalse
  112. putCrmReasons
  113. cmReason1
  114. cmReason2
  115. rmReason1
  116. rmReason2
  117. removeCrmReasons
  118. setIsClientEnrolledInCmToTrue
  119. setIsClientEnrolledInCmToFalse
  120. updateWhyNotEnrolledInCm
  121. whyNotEnrolledInCmCategory
  122. whyNotEnrolledInCmMemo
  123. setIsClientEnrolledInRmToTrue
  124. setIsClientEnrolledInRmToFalse
  125. updateWhyNotEnrolledInRm
  126. whyNotEnrolledInRmCategory
  127. whyNotEnrolledInRmMemo
  128. updateIntakeInfo
  129. intakeText
  130. intakeDetail
  131. deactivate
  132. memo
  133. updateDeactivationMemo
  134. memo
  135. reactivate
  136. memo
  137. updateReactivationMemo
  138. memo
  139. SUB
  140. dashboard
  141. med_profile
  142. med_profile_log
  143. pro_access
  144. id=client_pro_access.client_id
  145. notes
  146. id=note.client_id
  147. # notes/add_new
  148. care_months
  149. id=care_month.client_id
  150. # care_months/add_new
  151. care_month_entries
  152. id=care_month_entry.client_id
  153. bills
  154. id=bill.client_id
  155. related_transactions
  156. id=pro_transaction.client_id
  157. action_items
  158. id=action_item.client_id
  159. # action_items/add_new
  160. erx
  161. # erx/add_new
  162. mcp_updates
  163. id=client_mcp_update.client_id
  164. ally_updates
  165. id=client_ally_update.client_id
  166. audit_log
  167. notes|note|view|add
  168. notes/add_new
  169. clientUid:record:client:uid,name_display
  170. hcpProUid:record:pro:uid,name_display
  171. allyProUid:record:pro:uid,name_display
  172. effectiveDateEST:date
  173. effectiveTime:time
  174. reason1
  175. reason2
  176. reason3
  177. reason3Plus
  178. serviceLocation
  179. category
  180. contentText
  181. contentDetail
  182. notes/view/{uid}
  183. ACTIONS
  184. SUB
  185. dashboard
  186. audit_log
  187. # erx
  188. # erx/view/{uid}
  189. ACTIONS
  190. SUB
  191. dashboard
  192. audit_log
  193. action_items|action_item|view
  194. action_items/view/{uid}
  195. ACTIONS
  196. SUB
  197. dashboard
  198. audit_log
  199. care_months|care_month|view
  200. care_months/view/{uid}
  201. ACTIONS
  202. SUB
  203. dashboard
  204. time_entries
  205. audit_log
  206. care_month_entries|care_month_entry
  207. bills|bill|view
  208. bills/view/{uid}
  209. ACTIONS
  210. SUB
  211. dashboard
  212. transactions
  213. audit_log
  214. transactions|pro_transaction
  215. # med_profile_lines
  216. # med_profile_line_updates
  217. pro_access|client_pro_access
  218. mcp_updates|client_mcp_update
  219. ally_updates|client_ally_update
  220. # audit_log
  221. # ADMIN
  222. # admin_dashboard
  223. # facilities
  224. # facilities/add_new
  225. # facilities/view/{uid}
  226. # ACTIONS
  227. # SUB
  228. # dashboard
  229. # erx
  230. # action_items
  231. # audit_log
  232. # pros
  233. # pros/add_new
  234. # pros/view/{uid}
  235. # ACTIONS
  236. # sendCellNumberConfirmationMessage
  237. # confirmCellNumberWithConfirmationToken
  238. # putNewCellNumber
  239. # confirmEmailAddressWithConfirmationToken
  240. # putNewEmailAddress
  241. # updateName
  242. # updateProfession
  243. # updateEnrolledHcpInfo
  244. # putProfilePicture
  245. # updatePhoneInfo
  246. # updateAddress
  247. # updatePaymentProcessingDetail
  248. # uploadDriverLicense
  249. # updateDriverLicenseInfo
  250. # updateSsn
  251. # SUB
  252. # dashboard
  253. # payment_schedule
  254. # teams
  255. # clients
  256. # pro_access
  257. # mcp_updates
  258. # ally_updates
  259. # erx
  260. # action_items
  261. # care_months
  262. # care_month_entries
  263. # notes
  264. # bills
  265. # pro_transactions
  266. # sessions
  267. # audit_log