tree.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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=team_number
  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=cell_number
  43. sendEmailAddressConfirmationMessage
  44. confirmEmailAddressWithConfirmationToken
  45. token
  46. putNewEmailAddress
  47. newEmailAddress:email=email_address
  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=gender
  67. putDateOfBirth
  68. dateOfBirth:date=date_of_birth
  69. putProfilePicture
  70. profilePictureBase64
  71. removeProfilePicture
  72. updatePhoneInfo
  73. homePhoneNumber=home_phone_number
  74. workPhoneNumber=work_phone_number
  75. supporterPhoneNumber=supporter_phone_number
  76. supporterMemo=supporter_memo
  77. phoneNumbersMemo=phone_numbers_memo
  78. updateAddress
  79. mailingAddressLine1=mailing_address_line1
  80. mailingAddressLine2=mailing_address_line2
  81. mailingAddressCity=mailing_address_city
  82. mailingAddressState=mailing_address_state
  83. mailingAddressCountry=mailing_address_country
  84. mailingAddressZip=mailing_address_zip
  85. mailingAddressLat=mailing_address_lat
  86. mailingAddressLong=mailing_address_long
  87. homeAddressLine1=home_address_line1
  88. homeAddressLine2=home_address_line2
  89. homeAddressCity=home_address_city
  90. homeAddressState=home_address_state
  91. homeAddressCountry=home_address_country
  92. homeAddressZip=home_address_zip
  93. homeAddressLat=home_address_lat
  94. homeAddressLong=home_address_long
  95. updateMedicareNumber
  96. medicareNumber=medicare_number
  97. manuallySetIsPartBPrimaryConfirmedToTrue
  98. partBConfirmationMethod:select:MANUAL,API=partbconfirmation_method
  99. partBConfirmationMemo=partbconfirmation_memo
  100. manuallySetIsPartBPrimaryConfirmedToFalse
  101. partBConfirmationMethod:select:MANUAL,API=partbconfirmation_method
  102. partBConfirmationMemo=partbconfirmation_memo
  103. setHasMcpDoneEmVisitToTrue
  104. mcpEmVisitDate=mcp_em_visit_date
  105. mcpEmVisitNote
  106. mcpEmVisitMemo=mcp_em_visit_memo
  107. updateMcpEmVisitInfo
  108. mcpEmVisitDate=mcp_em_visit_date
  109. mcpEmVisitNote
  110. mcpEmVisitMemo=mcp_em_visit_memo
  111. setHasMcpDoneEmVisitToFalse
  112. putCrmReasons
  113. cmReason1=cm_reason1
  114. cmReason2=cm_reason2
  115. rmReason1=rm_reason1
  116. rmReason2=rm_reason2
  117. removeCrmReasons
  118. setIsClientEnrolledInCmToTrue
  119. setIsClientEnrolledInCmToFalse
  120. updateWhyNotEnrolledInCm
  121. whyNotEnrolledInCmCategory=why_not_enrolled_in_cm_category
  122. whyNotEnrolledInCmMemo=why_not_enrolled_in_cm_memo
  123. setIsClientEnrolledInRmToTrue
  124. setIsClientEnrolledInRmToFalse
  125. updateWhyNotEnrolledInRm
  126. whyNotEnrolledInRmCategory=why_not_enrolled_in_rm_category
  127. whyNotEnrolledInRmMemo=why_not_enrolled_in_rm_memo
  128. updateIntakeInfo
  129. intakeText=intake_text
  130. intakeDetail=intake_detail
  131. deactivate
  132. memo
  133. updateDeactivationMemo
  134. memo=deactivation_memo
  135. reactivate
  136. memo
  137. updateReactivationMemo
  138. memo=reactivation_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. add_new:note
  148. clientUid:hidden=uid
  149. hcpProUid:record:pro:uid,name_display
  150. allyProUid:record:pro:uid,name_display
  151. effectiveDateEST:date
  152. effectiveTime:time
  153. reason1
  154. reason2
  155. reason3
  156. reason3Plus
  157. serviceLocation
  158. category
  159. contentText
  160. contentDetail
  161. care_months
  162. id=care_month.client_id
  163. # care_months/add_new
  164. care_month_entries
  165. id=care_month_entry.client_id
  166. bills
  167. id=bill.client_id
  168. related_transactions
  169. id=pro_transaction.client_id
  170. action_items
  171. id=action_item.client_id
  172. # action_items/add_new
  173. erx
  174. # erx/add_new
  175. mcp_updates
  176. id=client_mcp_update.client_id
  177. ally_updates
  178. id=client_ally_update.client_id
  179. audit_log
  180. notes|note|add|view
  181. notes/add_new
  182. clientUid:record:client:uid,name_display
  183. hcpProUid:record:pro:uid,name_display
  184. allyProUid:record:pro:uid,name_display
  185. effectiveDateEST:date
  186. effectiveTime:time
  187. reason1
  188. reason2
  189. reason3
  190. reason3Plus
  191. serviceLocation
  192. category
  193. contentText
  194. contentDetail
  195. notes/view/{uid}
  196. ACTIONS
  197. signAsHcp
  198. SUB
  199. dashboard
  200. audit_log
  201. # erx
  202. # erx/view/{uid}
  203. # ACTIONS
  204. # SUB
  205. # dashboard
  206. # audit_log
  207. action_items|action_item|view
  208. action_items/view/{uid}
  209. ACTIONS
  210. SUB
  211. dashboard
  212. audit_log
  213. care_months|care_month|add|view
  214. care_months/add_new
  215. clientUid:record:client:uid,name_display
  216. startDate:date
  217. care_months/view/{uid}
  218. ACTIONS
  219. generateBillForCm
  220. numberOfMinutes:number
  221. generateBillForRm
  222. numberOfMinutes:number
  223. SUB
  224. dashboard
  225. time_entries
  226. audit_log
  227. care_month_entries|care_month_entry|view
  228. care_month_entries/view/{uid}
  229. ACTIONS
  230. updateContent
  231. contentText
  232. contentDetail
  233. updateTiming
  234. effectiveDate
  235. timeInSeconds
  236. isTimeSpecific
  237. startingTime
  238. endingTime
  239. SUB
  240. dashboard
  241. bills|bill|add|view
  242. bills/add_new:createForNote
  243. noteUid:record:note:uid,uid
  244. effectiveDate:date
  245. code
  246. reason1
  247. reason2
  248. reason3
  249. reason3Plus
  250. serviceLocation
  251. modifier
  252. numberOfUnits:number
  253. bills/view/{uid}
  254. ACTIONS
  255. payHcpAmount
  256. hcpPaymentAmount:number
  257. payHcpDifferentAmount
  258. differentHcpPaymentAmount:number
  259. signAsHcp
  260. markSubmitted
  261. putCollectedAmount
  262. collectedAmount
  263. SUB
  264. dashboard
  265. transactions
  266. audit_log
  267. transactions|pro_transaction
  268. # med_profile_lines
  269. # med_profile_line_updates
  270. pro_access|client_pro_access
  271. mcp_updates|client_mcp_update
  272. ally_updates|client_ally_update
  273. # audit_log
  274. ADMIN
  275. # admin_dashboard
  276. facilities|facility|view
  277. facilities/add_new
  278. facilities/view/{uid}
  279. ACTIONS
  280. SUB
  281. dashboard
  282. erx
  283. action_items
  284. audit_log
  285. pros|pro|add|view
  286. pros/add_new
  287. cellNumber:tel
  288. emailAddress:email
  289. name.nameDisplay
  290. name.namePrefix
  291. name.nameFirst
  292. name.nameMiddle
  293. name.nameLast
  294. name.nameSuffix
  295. name.nameCredential
  296. isHcp
  297. hcpNpi
  298. previousProfessionCategory
  299. currentProfessionCategory
  300. pros/view/{uid}
  301. ACTIONS
  302. sendCellNumberConfirmationMessage
  303. confirmCellNumberWithConfirmationToken
  304. cellNumber:tel=cell_number
  305. token
  306. putNewCellNumber
  307. newCellNumber:tel=cell_number
  308. confirmEmailAddressWithConfirmationToken
  309. emailAddress:email=email_address
  310. token
  311. putNewEmailAddress
  312. newEmailAddress:email=email_address
  313. updateName
  314. name.nameDisplay
  315. name.namePrefix
  316. name.nameFirst
  317. name.nameMiddle
  318. name.nameLast
  319. name.nameSuffix
  320. name.nameCredential
  321. updateProfession
  322. isHcp
  323. hcpNpi
  324. previousProfessionCategory
  325. currentProfessionCategory
  326. hcpCategory
  327. hcpSubcategory
  328. updateEnrolledHcpInfo
  329. enrolledHcpCategory
  330. enrolledHcpSubcategory
  331. enrolledHcpNpi
  332. putProfilePicture
  333. profilePictureBase64
  334. updatePhoneInfo
  335. homePhoneNumber
  336. workPhoneNumber
  337. supporterPhoneNumber
  338. supporterMemo
  339. phoneNumbersMemo
  340. updateAddress
  341. mailingAddressLine1
  342. mailingAddressLine2
  343. mailingAddressCity
  344. mailingAddressState
  345. mailingAddressCountry
  346. mailingAddressZip
  347. mailingAddressLat
  348. mailingAddressLong
  349. homeAddressLine1
  350. homeAddressLine2
  351. homeAddressCity
  352. homeAddressState
  353. homeAddressCountry
  354. homeAddressZip
  355. homeAddressLat
  356. homeAddressLong
  357. updatePaymentProcessingDetail
  358. paymentProcessingDetail
  359. uploadDriverLicense
  360. driverLicenseFilePath
  361. updateDriverLicenseInfo
  362. driverLicenseState
  363. driverLicenseIssueDate
  364. driverLicenseExpirationDate
  365. updateSsn
  366. ssn
  367. SUB
  368. dashboard
  369. payment_schedule
  370. teams
  371. clients
  372. pro_access
  373. mcp_updates
  374. ally_updates
  375. erx
  376. action_items
  377. care_months
  378. care_month_entries
  379. notes
  380. bills
  381. pro_transactions
  382. sessions
  383. audit_log
  384. pro_rates|pro_rate|add|view
  385. pro_rates/add_new
  386. proUid:record:pro:uid,name_display
  387. asHcpOrAlly:select:HCP,ALLY
  388. code
  389. amount:number
  390. pro_rates/view/{uid}
  391. ACTIONS
  392. updateAmount
  393. newAmount:number=amount
  394. SUB
  395. dashboard