Skip to content

Commit

Permalink
update the CNS to pass the correct bedAssignmentStartDate to the Vita…
Browse files Browse the repository at this point in the history
…lsMonitor component
  • Loading branch information
sriharsh05 committed Oct 28, 2023
1 parent f0d0c98 commit d6889c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/Facility/CentralNursingStation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ export default function CentralNursingStation({ facilityId }: Props) {
{data.map((props) => (
<div className="overflow-hidden text-clip">
<HL7PatientVitalsMonitor
patientCurrentBedAssignmentDate={
props.patientAssetBed?.patient?.last_consultation?.current_bed
?.start_date
}
key={`${props.patientAssetBed?.bed.id}-${hash}`}
{...props}
config={config}
Expand Down

0 comments on commit d6889c6

Please sign in to comment.