-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBMS Documents not Available in Caseflow #14081
Comments
TLDR: Users have added their own tags to IHP docs in Reader, so problems may have gone away. DocCount is shown on Case Details page. Logged-in as myself:
Logged-in as BVAJWHITE (doesn’t have access to eFolder!): can see same doc counts. 3314680I can see documents with receipt date after Oct 2018. 3621614Found IHP doc (with tags "IR Back" and "IR HTN") 3765285Found IHP doc (with tag "SC-CD, DIC") dd3c3db8Has 2 IHP docs (4/8/2020 and 12/3/2019) Note: No Vet ID shown in Reader! Logged in as BVAESLEBOFF (doesn't have access to eFolder!), able to see all 149 docs in Reader. |
@yoomlam Can we explain the discrepancy in the doc count for 3765285 or are the document counts for VBMS & VVA Docs incorrect in the table? |
@araposo-tistatech I double-checked those numbers and there is no discrepancy. I must have gone to the wrong tab when typing in the numbers. |
The doc count for Case 3621614 went up by 1 to 139 (125 + 14) due to a new "BVA Decision" document with receipt date of today. At least the counts are consistent between Case Details page, Reader, and eFolder. |
Issue unable to be replicated, closing. |
Per the Board, another user has encountered of the document count being different in Caseflow. In the situation the attorney M. Mahmoudi was working on this appeal, while working the case Reader had the document count at around 311 documents. Upon completion of the decision drafting task and sending the decision to the judge (J. White) for review the judge saw and reviewed 425 documents in Reader. When the case was routed back to the attorney for a re-write the attorney noticed there were over 100 documents that were not reviewed by him originally on the case. The Board believes there could be some sort of timing issue when loading the documents, but I do want to note that in the screenshots provided the document count in VBMS was 397 while Readers is 425. Can we continue looking into this? The Board is concerned this will cause a lack of trust in Caseflow. |
Could this be a cache issue? |
I don't think so. From what I can tell in the code, only these 2 things are 'cached':
Additionally, for a document to be cached, it must first be retrieved. 426 docs were created in Caseflow's DB on these dates:
These docs are created by DocumentFetcher (code) once they have been retrieved. DocumentFetcher uses 2 document_services (EFolderService and VBMSService code) to do retrieval. |
appeal.treee :id,:status,:created_at,:assigned_at,:updated_at
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
Appeal 16082 (evidence_submission) ───── │ ID │ STATUS │ CREATED_AT │ ASSIGNED_AT │ UPDATED_AT │ CLOSED_AT │
└── RootTask │ 314464 │ on_hold │ 2019-08-07 15:06:14 UTC │ 2019-08-07 15:06:14 UTC │ 2019-08-07 15:06:14 UTC │ │
├── DistributionTask │ 314465 │ completed │ 2019-08-07 15:06:14 UTC │ 2019-10-21 00:30:18 UTC │ 2020-04-14 18:49:46 UTC │ 2020-04-14 18:49:46 UTC │
│ └── EvidenceSubmissionWindowTask │ 314466 │ completed │ 2019-08-07 15:06:14 UTC │ 2019-08-07 15:06:14 UTC │ 2019-10-21 00:30:18 UTC │ 2019-10-21 00:30:18 UTC │
├── JudgeAssignTask │ 826685 │ completed │ 2020-04-14 18:49:46 UTC │ 2020-04-14 18:49:46 UTC │ 2020-04-20 11:40:41 UTC │ 2020-04-20 11:40:41 UTC │
└── JudgeDecisionReviewTask │ 837873 │ assigned │ 2020-04-20 11:40:41 UTC │ 2020-05-12 11:53:57 UTC │ 2020-05-12 11:53:57 UTC │ │
├── AttorneyTask │ 837874 │ completed │ 2020-04-20 11:40:41 UTC │ 2020-04-20 11:40:41 UTC │ 2020-04-28 09:46:47 UTC │ 2020-04-28 09:46:47 UTC │
└── AttorneyRewriteTask │ 863547 │ completed │ 2020-04-29 14:30:06 UTC │ 2020-04-29 14:30:06 UTC │ 2020-05-12 11:53:57 UTC │ 2020-05-12 11:53:57 UTC │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ Timeline:
It seems the documents were fetched before the attorney was assigned the case. The Reader UI should have reported at least 421 documents. |
Posted this to the wrong ticket: @hschallhorn now that we've opened new tickets, should we close this one out? Also, just a reminder of the following notes from Troy:
|
From Yoom:
|
Added more notes in Part 3 -- nothing conclusive yet. |
Attorneys and VLJs are indicating that Reader is not pulling all the documents from VBMS when staff is reviewing appeals.
This appears to have begun around April 8th.
Examples provided below:
https://appeals.cf.ds.va.gov/queue/appeals/3314680 - the entirety of this veterans claims file was not showing in Reader. The attorney could not view any documents past October 2018, while VLJ White could see 30 additional documents. Attorney went to VBMS to view documents
https://appeals.cf.ds.va.gov/queue/appeals/3621614 - Case was reviewed by VLJ White and was missing documents. VLJ White went to VBMS to view all documents.
https://appeals.cf.ds.va.gov/queue/appeals/3765285 - Reported on Tuesday, VLJ White did not have IHP available in Reader. IHP was available in VBMS.
https://appeals.cf.ds.va.gov/queue/appeals/dd3c3db8-bb37-4ea1-8166-7863118ce5ff - VLJ LeBoff could not find IHP in Reader, however it was uploaded into VBMS in December 2019.
Acceptance criteria
Background/context
Slack Conversation
Technical notes
Other notes
Resources/other links
The text was updated successfully, but these errors were encountered: