match (p:Patient)<-[:IS_ALIAS]-(pa:PatientAlias{value:"P-0000055"}) return p
This patient actually has a single DMP sample with the following additionalProperties, including consent part a/c statuses. But the dashboard entry for this patient does not show anything for Part A/C consent status columns. Seems to suggest that there is a bug with how the consent status is rendered.
For clinical samples that are in fact missing the consent statuses..
A script will need to grab consent statuses for DMP patients and then this info will need to get added to samples at the metadata > additional properties level
For each clinical sample that is missing additonalProperties > parta/c consent status:
This patient actually has a single DMP sample with the following
additionalProperties
, including consent part a/c statuses. But the dashboard entry for this patient does not show anything for Part A/C consent status columns. Seems to suggest that there is a bug with how the consent status is rendered.A script will need to grab consent statuses for DMP patients and then this info will need to get added to samples at the metadata > additional properties level
For each clinical sample that is missing
additonalProperties
>parta/c consent status
: