tree.txt 5.9 KB

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