-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IISIM 2.6.2; IIDT 1.1.5: Systolic Time Scaling for Waveform Plot Length
#197 IIDT: Waveform Editor & Waveform Dictionary Builder - Implemented SystoleLength in Editor, saving to .iiwf - Carries through pipeline to Waveform.Dictionary.Plots.cs IISIM: Scaling waveform plot length per SystoleLength - Revised algorithm for Physiology.GetPulsatility_Seconds() - Based on 1/3 cardiac cycle for normocardia, 2 * QRS for brady/tachy - Clamped if QRS value is unset, prevents division by zero or unintended behavior - Needed to adjust resolution coefficient implemented in 05889b3 - Adjusted from 1-100 x scaling to 1-10 - Poor iso/baseline resolution was cropping into plotted waveform concatenation - Visualized as early part of waveform being chopped off - Fixed by reducing hefty de-resolution scaling - Still fixes the problems from #208 IISIM: QRS/QTc defaults adjusted per #188 - Fine-tuned SVT for correct default morphology - Ensured defaults exist for all rhythms that have ventricular activity (e.g. idioventricular) IISIM: Intra-abdominal pressure waveforms tied to respiratory cycle - Inflects on inspiration, deflects on expiration IISIM: Intracranial pressure waveform dampened amplitude - Draws best when not tied to systole
- Loading branch information
Showing
32 changed files
with
474 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.