Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions onprc_ehr/resources/views/groupProcessing.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@
style: 'margin-bottom: 10px;'
},{
html: 'This report will summarize blood needed for genetic testing, using the following criteria:<br>' +
'- 1mL of blood is needed for Parentage testing on all animals that do not already have genetic parentage data, unless the animal has been flagged as previously drawn.<br>' +
'- 1mL of blood is needed for Parentage testing on all rhesus and japanese macaques that do not already have genetic parentage data, unless the animal has been flagged as previously drawn.<br>' +
'- 1mL of blood is needed for MHC Typing on all U42 Indian-origin rhesus macaques (males and females, under 5 years old) and all male Indian rhesus under 5 years old only for non-U42, and all ESPF rhesus macaques (any NHP assigned to 0492-03), unless the animal already has MHC data or has been flagged as previously drawn.<br>' +
'- Minimum 5mL of blood is needed for the DNA Bank on every animal (listed as 6mL in the report), unless one of the following samples is already in the freezer: any gDNA, buffy coat >=5mL or whole blood >=5mL',
'- Minimum 5mL of blood is needed for the DNA Bank on every rhesus and japanese macaque (listed as 6mL in the report), unless one of the following samples is already in the freezer: any gDNA, buffy coat >=5mL or whole blood >=5mL',
style: 'margin-bottom: 10px;'
},{
xtype: 'button',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ LEFT JOIN (
GROUP BY u.Id
) u ON (u.Id = d.Id)


WHERE d.calculated_status = 'Alive'
-- Added by Kollil on 3/14/2025. Refer to Tkt # 12174
And d.species in ('RHESUS MACAQUE', 'JAPANESE MACAQUE')

) t