Skip to content
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

Patient ID display in Data Explorer #35

Open
lbeckman314 opened this issue Aug 9, 2023 · 2 comments
Open

Patient ID display in Data Explorer #35

lbeckman314 opened this issue Aug 9, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lbeckman314
Copy link
Collaborator

lbeckman314 commented Aug 9, 2023

Currently the default behavior of Guppy is to display the “internal” Patient ID as it’s defined in Postgres, as opposed to the Patient ID that is defined in the data.

It would be beneficial to display the "identifier" of the Patient as defined by the uploaded data instead of the internal id.

gitops.json

           "tabTitle": "File",
            "table": {
              "enabled": true,
              "fields": [
                "project_id",
                "patient_id", <-- Currently outputting internal Postgres patient id.
                "object_id",
                "author",
                "content_attachment_url",
                "category",
                "date",
                "data_type",
                "data_format",
                "file_name",
                "content_attachment_size",
                "id",
                "status",
                "type_coding"
              ]
            },
@bwalsh
Copy link
Collaborator

bwalsh commented Feb 27, 2024

Plus any additional tweaks to explorer displays

@matthewpeterkort
Copy link
Collaborator

What else in the gitops config file are we trying to update here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants