tree.txt 6.1 KB

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