tree.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. PRO
  2. # dashboard
  3. # my_payment_schedule
  4. my_teams|team|add|view
  5. my_teams/add_new:create
  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:create
  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. add_new:care_month
  164. clientUid:hidden=uid
  165. startDate:date
  166. # care_months/add_new:create
  167. care_month_entries
  168. id=care_month_entry.client_id
  169. bills
  170. id=bill.client_id
  171. related_transactions
  172. id=pro_transaction.client_id
  173. action_items
  174. id=action_item.client_id
  175. # action_items/add_new:create
  176. erx
  177. # erx/add_new:create
  178. mcp_updates
  179. id=client_mcp_update.client_id
  180. ally_updates
  181. id=client_ally_update.client_id
  182. audit_log
  183. notes|note|add|view
  184. notes/add_new:create
  185. clientUid:record:client:uid,name_display
  186. hcpProUid:record:pro:uid,name_display
  187. allyProUid:record:pro:uid,name_display
  188. effectiveDateEST:date
  189. effectiveTime:time
  190. reason1
  191. reason2
  192. reason3
  193. reason3Plus
  194. serviceLocation
  195. category
  196. contentText
  197. contentDetail
  198. notes/view/{uid}
  199. ACTIONS
  200. signAsHcp
  201. SUB
  202. dashboard
  203. audit_log
  204. # erx
  205. # erx/view/{uid}
  206. # ACTIONS
  207. # SUB
  208. # dashboard
  209. # audit_log
  210. action_items|action_item|view
  211. action_items/view/{uid}
  212. ACTIONS
  213. SUB
  214. dashboard
  215. audit_log
  216. care_months|care_month|add|view
  217. care_months/add_new:create
  218. clientUid:record:client:uid,name_display
  219. startDate:date
  220. care_months/view/{uid}
  221. ACTIONS
  222. generateBillForCm
  223. numberOfMinutes:number
  224. generateBillForRm
  225. numberOfMinutes:number
  226. SUB
  227. dashboard
  228. time_entries
  229. id=care_month_entry.care_month_id
  230. audit_log
  231. care_month_entries|care_month_entry|add|view|remove
  232. care_month_entries/add_new_for_cm:createForCm
  233. careMonthUid:record:care_month:uid,start_date
  234. proUid:record:pro:uid,name_display
  235. effectiveDate:date
  236. timeInSeconds:number
  237. isTimeSpecific
  238. startingTime:time
  239. endingTime:time
  240. contentText
  241. contentDetail
  242. care_month_entries/add_new_for_rm:createForRm
  243. careMonthUid:record:care_month:uid,start_date
  244. proUid:record:pro:uid,name_display
  245. effectiveDate:date
  246. timeInSeconds:number
  247. isTimeSpecific
  248. startingTime:time
  249. endingTime:time
  250. contentText
  251. contentDetail
  252. care_month_entries/remove/{uid}:remove
  253. memo
  254. care_month_entries/view/{uid}
  255. ACTIONS
  256. updateContent
  257. contentText
  258. contentDetail
  259. updateTiming
  260. effectiveDate
  261. timeInSeconds
  262. isTimeSpecific
  263. startingTime
  264. endingTime
  265. SUB
  266. dashboard
  267. bills|bill|add|view
  268. bills/add_new_for_note:createForNote
  269. noteUid:record:note:uid,uid
  270. effectiveDate:date
  271. code
  272. reason1
  273. reason2
  274. reason3
  275. reason3Plus
  276. serviceLocation
  277. modifier
  278. numberOfUnits:number
  279. bills/view/{uid}
  280. ACTIONS
  281. payHcpAmount
  282. hcpPaymentAmount:number
  283. payHcpDifferentAmount
  284. differentHcpPaymentAmount:number
  285. signAsHcp
  286. markSubmitted
  287. putCollectedAmount
  288. collectedAmount
  289. SUB
  290. dashboard
  291. transactions
  292. audit_log
  293. transactions|pro_transaction
  294. # med_profile_lines
  295. # med_profile_line_updates
  296. pro_access|client_pro_access
  297. mcp_updates|client_mcp_update
  298. ally_updates|client_ally_update
  299. # audit_log
  300. ADMIN
  301. # admin_dashboard
  302. facilities|facility|view
  303. facilities/add_new:create
  304. facilities/view/{uid}
  305. ACTIONS
  306. SUB
  307. dashboard
  308. erx
  309. action_items
  310. audit_log
  311. pros|pro|add|view
  312. pros/add_new:create
  313. cellNumber:tel
  314. emailAddress:email
  315. name.nameDisplay
  316. name.namePrefix
  317. name.nameFirst
  318. name.nameMiddle
  319. name.nameLast
  320. name.nameSuffix
  321. name.nameCredential
  322. isHcp
  323. hcpNpi
  324. previousProfessionCategory
  325. currentProfessionCategory
  326. pros/view/{uid}
  327. ACTIONS
  328. sendCellNumberConfirmationMessage
  329. confirmCellNumberWithConfirmationToken
  330. cellNumber:tel=cell_number
  331. token
  332. putNewCellNumber
  333. newCellNumber:tel=cell_number
  334. confirmEmailAddressWithConfirmationToken
  335. emailAddress:email=email_address
  336. token
  337. putNewEmailAddress
  338. newEmailAddress:email=email_address
  339. updateName
  340. name.nameDisplay
  341. name.namePrefix
  342. name.nameFirst
  343. name.nameMiddle
  344. name.nameLast
  345. name.nameSuffix
  346. name.nameCredential
  347. updateProfession
  348. isHcp
  349. hcpNpi
  350. previousProfessionCategory
  351. currentProfessionCategory
  352. hcpCategory
  353. hcpSubcategory
  354. updateEnrolledHcpInfo
  355. enrolledHcpCategory
  356. enrolledHcpSubcategory
  357. enrolledHcpNpi
  358. putProfilePicture
  359. profilePictureBase64
  360. updatePhoneInfo
  361. homePhoneNumber
  362. workPhoneNumber
  363. supporterPhoneNumber
  364. supporterMemo
  365. phoneNumbersMemo
  366. updateAddress
  367. mailingAddressLine1
  368. mailingAddressLine2
  369. mailingAddressCity
  370. mailingAddressState
  371. mailingAddressCountry
  372. mailingAddressZip
  373. mailingAddressLat
  374. mailingAddressLong
  375. homeAddressLine1
  376. homeAddressLine2
  377. homeAddressCity
  378. homeAddressState
  379. homeAddressCountry
  380. homeAddressZip
  381. homeAddressLat
  382. homeAddressLong
  383. updatePaymentProcessingDetail
  384. paymentProcessingDetail
  385. uploadDriverLicense
  386. driverLicenseFilePath
  387. updateDriverLicenseInfo
  388. driverLicenseState
  389. driverLicenseIssueDate
  390. driverLicenseExpirationDate
  391. updateSsn
  392. ssn
  393. SUB
  394. dashboard
  395. payment_schedule
  396. teams
  397. clients
  398. pro_access
  399. mcp_updates
  400. ally_updates
  401. erx
  402. action_items
  403. care_months
  404. care_month_entries
  405. notes
  406. bills
  407. pro_transactions
  408. sessions
  409. audit_log
  410. pro_rates|pro_rate|add|view
  411. pro_rates/add_new:create
  412. proUid:record:pro:uid,name_display
  413. asHcpOrAlly:select:HCP,ALLY
  414. code
  415. amount:number
  416. pro_rates/view/{uid}
  417. ACTIONS
  418. updateAmount
  419. newAmount:number=amount
  420. SUB
  421. dashboard