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 Gender Display Issue in HL7Monitor and VentilatorPatientVitalsMonitor #7226

Closed
thedevildude opened this issue Feb 18, 2024 · 2 comments · Fixed by #7228
Closed

Patient Gender Display Issue in HL7Monitor and VentilatorPatientVitalsMonitor #7226

thedevildude opened this issue Feb 18, 2024 · 2 comments · Fixed by #7228
Assignees

Comments

@thedevildude
Copy link
Contributor

Describe the bug
Currently, the HL7Monitor and VentilatorPatientVitalsMonitor components are not displaying the patient's gender. This discrepancy arises from a mismatch in the data type sent to these component.

To Reproduce

  1. Go to any patient with vital monitors attached
  2. Scroll down to Updates tab
  3. See error

Expected behavior
@aparnacoronasafe @rithviknishad please suggest an expected behavior

Screenshots
image

Additional context
The PatientModel defines the gender property as a number type, where each number corresponds to a GENDER_TYPE ID. However, the HL7 and vitals monitors expect the patient's gender to be represented by the gender type's ID (GENDER_TYPES.id). Instead, the parent component preprocesses the patient's gender data and sends GENDER_TYPES.text to the components.

@rithviknishad
Copy link
Member

@thedevildude let's hide the top bar when on the consultation page. We can show the asset information alone in that (i) popover.

All details to be shown when this is in CNS

@rithviknishad
Copy link
Member

Related to #7186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants