You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
Expected behavior
@aparnacoronasafe @rithviknishad please suggest an expected behavior
Screenshots
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.
The text was updated successfully, but these errors were encountered: