{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":111136807,"defaultBranch":"master","name":"infirmary-integrated","ownerLogin":"tanjera","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-11-17T18:22:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/543066?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717373730.0","currentOid":""},"activityList":{"items":[{"before":"897b8bcf36b35da887036a97e710f12ae98ca354","after":"9e54c2645f52ef335346d672f30138ef9f5e5498","ref":"refs/heads/master","pushedAt":"2024-06-13T02:10:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IIDT 1.1.9: Published File Size re: libvlc\npublish.sh: Cherry-picks files needed for libvlc\n- OSX and Linux: removes win-x64 and win-x86 folders\n - Library build into .dylib and/or .so\n- Windows: removes unneeded plugins, codecs, etc.\n- publish.sh tested and working\n- Published builds tested with working audio on all platforms","shortMessageHtmlLink":"IIDT 1.1.9: Published File Size re: libvlc"}},{"before":"9aa0de46cac3c5d9563f767e7134d61ed4e75b95","after":"897b8bcf36b35da887036a97e710f12ae98ca354","ref":"refs/heads/master","pushedAt":"2024-06-09T01:01:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IIDT 1.1.8: publish.sh (replaced Publishing Utility)\nDeleted Publishing Utility\npublish.sh: processes all publishing cross-platform\n- Cleans, builds, and packages .zip, .tar.gz, .deb, rpm, .app\n- Integrated publishing-linux.sh and publishing-osx.sh\n- Will need to write Windows script for makensis and signtool","shortMessageHtmlLink":"IIDT 1.1.8: publish.sh (replaced Publishing Utility)"}},{"before":"aad9c9e3b96b2690b44ae8053c69b12a76aa5fab","after":"9aa0de46cac3c5d9563f767e7134d61ed4e75b95","ref":"refs/heads/master","pushedAt":"2024-06-03T01:17:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IIDT 1.1.7: Fixed .deb Package Directory Name","shortMessageHtmlLink":"IIDT 1.1.7: Fixed .deb Package Directory Name"}},{"before":"66511cb27d446225a6794f03751334aa708f3da7","after":"aad9c9e3b96b2690b44ae8053c69b12a76aa5fab","ref":"refs/heads/master","pushedAt":"2024-06-03T01:08:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IIDT 1.1.6: Linux Debugging re: Publishing Utility\n- Debugged 7z reference crashing on Linux","shortMessageHtmlLink":"IIDT 1.1.6: Linux Debugging re: Publishing Utility"}},{"before":"05889b3413cff21519aa7eaddcd6e87ff1174cb2","after":"66511cb27d446225a6794f03751334aa708f3da7","ref":"refs/heads/master","pushedAt":"2024-06-03T00:05:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.2; IIDT 1.1.5: Systolic Time Scaling for Waveform Plot Length #197\nIIDT: Waveform Editor & Waveform Dictionary Builder\n- Implemented SystoleLength in Editor, saving to .iiwf\n- Carries through pipeline to Waveform.Dictionary.Plots.cs\nIISIM: Scaling waveform plot length per SystoleLength\n- Revised algorithm for Physiology.GetPulsatility_Seconds()\n - Based on 1/3 cardiac cycle for normocardia, 2 * QRS for brady/tachy\n - Clamped if QRS value is unset, prevents division by zero or unintended behavior\n- Needed to adjust resolution coefficient implemented in 05889b3413cff21519aa7eaddcd6e87ff1174cb2\n - Adjusted from 1-100 x scaling to 1-10\n - Poor iso/baseline resolution was cropping into plotted waveform concatenation\n - Visualized as early part of waveform being chopped off\n - Fixed by reducing hefty de-resolution scaling\n - Still fixes the problems from #208\nIISIM: QRS/QTc defaults adjusted per #188\n- Fine-tuned SVT for correct default morphology\n- Ensured defaults exist for all rhythms that have ventricular activity (e.g. idioventricular)\nIISIM: Intra-abdominal pressure waveforms tied to respiratory cycle\n- Inflects on inspiration, deflects on expiration\nIISIM: Intracranial pressure waveform dampened amplitude\n- Draws best when not tied to systole","shortMessageHtmlLink":"IISIM 2.6.2; IIDT 1.1.5: Systolic Time Scaling for Waveform Plot Length "}},{"before":"360fb0f9f36ad13863bd77fa27c62e8c221995a0","after":"05889b3413cff21519aa7eaddcd6e87ff1174cb2","ref":"refs/heads/master","pushedAt":"2024-06-02T16:10:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.1: Performance/Stability Debugging\nRemoved redundant type casting (float/double)\n- Some casting remained from before all drawing used double\n- e.g. PointD used to be PointF\nImplemented scaling draw resolution for ECG_Isoelectric() and Add_Beat__Cardiac_Baseline()\n- Hyper-resolution of flat lines causing heap overflow #208\n- Now HR interval of .75 - 5 seconds -> resolution coefficient of 1 - 100\n - Resolution of 10ms - 1000ms; is also smoothed by forwardBuffer!","shortMessageHtmlLink":"IISIM 2.6.1: Performance/Stability Debugging"}},{"before":"4cd6dbc82bf1b1c4d5a014fff56a9dae2a720d71","after":"360fb0f9f36ad13863bd77fa27c62e8c221995a0","ref":"refs/heads/master","pushedAt":"2024-03-25T23:57:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"Artboard Updated & Migrated to .svg\n- Added logo & banner for II EHR\n- Minor Readme update re: no copyright @ license","shortMessageHtmlLink":"Artboard Updated & Migrated to .svg"}},{"before":null,"after":"3727117248f49b59166bcab646d16064a72f773c","ref":"refs/heads/iisim-ehr","pushedAt":"2024-03-23T17:15:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.6, IISE 1.1.9: EHR Notes (β)\nIISIM\n- Debugged Save/Load pipeline\n- Tested multi-line save/load/display\n- Note formatting implemented (timestamp, title, author)\n - GUI vertical alignment fixed (Top)\n\nIISE\n- Completed implementation of ModelView hooks/triggers (IISIM)\n- Tested multi-line save/load/display","shortMessageHtmlLink":"IISIM 2.6.6, IISE 1.1.9: EHR Notes (β)"}},{"before":"3727117248f49b59166bcab646d16064a72f773c","after":"4cd6dbc82bf1b1c4d5a014fff56a9dae2a720d71","ref":"refs/heads/master","pushedAt":"2024-03-23T17:15:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.0: Fullscreen & Keyboard Shortcuts (cont.)\n- Keyboard hotkeys implemented for EMAR\n- MenuItems and hotkeys for toggling fullscreen mode\n - \"Toggle Fullscreen\" string already localized\n - Avalonia WindowState.FullScreen used (hides decorations; #203)\n - Toggles to/from Normal\n - MenuItems added to all Devices and WindowMain\n - Hotkey (Alt-Enter) implemented","shortMessageHtmlLink":"IISIM 2.6.0: Fullscreen & Keyboard Shortcuts (cont.)"}},{"before":"fe99bfd7b3894151fb924819d071c08c3e526aea","after":"3727117248f49b59166bcab646d16064a72f773c","ref":"refs/heads/master","pushedAt":"2024-02-16T02:14:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.6, IISE 1.1.9: EHR Notes (β)\nIISIM\n- Debugged Save/Load pipeline\n- Tested multi-line save/load/display\n- Note formatting implemented (timestamp, title, author)\n - GUI vertical alignment fixed (Top)\n\nIISE\n- Completed implementation of ModelView hooks/triggers (IISIM)\n- Tested multi-line save/load/display","shortMessageHtmlLink":"IISIM 2.6.6, IISE 1.1.9: EHR Notes (β)"}},{"before":"9ff37f75a48cbfb210068a82ba1a33fdf7e35e02","after":"fe99bfd7b3894151fb924819d071c08c3e526aea","ref":"refs/heads/master","pushedAt":"2024-02-15T05:00:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.5; IISE 1.1.8: Notes (α)\nImplemented Notes into DeviceEHR\n- Note class added to Record.cs\n - Includes Timestamp, Author, Title, and Content\nImplemented Notes into IISE\n- Tied into pipeline and hooks","shortMessageHtmlLink":"IISIM 2.6.5; IISE 1.1.8: Notes (α)"}},{"before":"fd8faf33867fa0c330645007463e64a8860a7dbb","after":"9ff37f75a48cbfb210068a82ba1a33fdf7e35e02","ref":"refs/heads/master","pushedAt":"2024-02-14T04:46:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.4; IISE 1.1.7: EHR Demographics -> Allergies\nIISIM: EHR GUI default navigates to Demographics\n- Formatting enhancement re: Allergies\nIISE: Implementation of data entry for Allergies\n- Utilized same workflow as Rx Orders\n - Trimmed down for Allergy parameters\n - Implemented into GUI hooks and pipeline re:\n - Data entry (field updates, etc.)\n - Adding/deleting entries","shortMessageHtmlLink":"IISIM 2.6.4; IISE 1.1.7: EHR Demographics -> Allergies"}},{"before":"cb1228ea74ef4aa98f9a115cfd04a308e034567c","after":"fd8faf33867fa0c330645007463e64a8860a7dbb","ref":"refs/heads/master","pushedAt":"2024-02-03T03:47:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.3, IISE 1.1.6: EHR Demographics\nIISIM\n- Implemented RecordDemographics\n - GUI and functionality for presenting all implemented\n- Added to Record class: sex and demographic notes\n - Implemented into Save/Load pipeline\n - Multi-line functionality in Save/Load for demographic notes\n- Null handling for Record variables (e.g. DOB)\n\nIISE\n- Menu placed in WindowMain (removed from Panels)\n - Actions routed appropriately to Panels\n - Edit menu only present when PanelStepEditor selected\n - Editing Physiology (Paste functions) update PanelParameters\n- Added demographic items to PanelRecords\n - Corresponds with IISIM -> EHR -> Demographics","shortMessageHtmlLink":"IISIM 2.6.3, IISE 1.1.6: EHR Demographics"}},{"before":"b405c337c1c1bcb4be2123bf93797d9640200b8f","after":"cb1228ea74ef4aa98f9a115cfd04a308e034567c","ref":"refs/heads/master","pushedAt":"2024-02-02T21:55:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.2; IIDT 1.1.6: Savefile Editor\nIISIM: MAR fully functional in EHR\n - All other EHR sub-panel Buttons disabled\nIIDT: Created the Savefile Editor tool\n - Converts .ii -> .txt (strips metadata and hash; decrypts AES)\n - Converts .txt -> .ii (adds metadata and hash; encrypts AES)","shortMessageHtmlLink":"IISIM 2.6.2; IIDT 1.1.6: Savefile Editor"}},{"before":"4cd6dbc82bf1b1c4d5a014fff56a9dae2a720d71","after":"b405c337c1c1bcb4be2123bf93797d9640200b8f","ref":"refs/heads/master","pushedAt":"2024-02-02T06:21:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.1; IIDT 1.1.5; Initial EHR GUI Implementation\n- Replaced WindowMain -> EMAR w/ EHR\n- Created DeviceEHR to encapsulate health record\n - Patient banner placed at top\n - Navigation pane populated w/ Buttons\n - MAR converted to UserControl\n - Populates in content Panel of EHR\n\nIIDT: Publishing Tool\n- Broke apart pipeline for NSIS package creation & signing/signtool","shortMessageHtmlLink":"IISIM 2.6.1; IIDT 1.1.5; Initial EHR GUI Implementation"}},{"before":"d31c8c43f4f536aed1e6eda4a47a3092e805964f","after":null,"ref":"refs/tags/v2.6","pushedAt":"2024-02-01T23:51:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"}},{"before":"f4f3a5b2191bc396fe1d7bb88c209590ee16a928","after":"4cd6dbc82bf1b1c4d5a014fff56a9dae2a720d71","ref":"refs/heads/master","pushedAt":"2024-02-01T22:12:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.6.0: Fullscreen & Keyboard Shortcuts (cont.)\n- Keyboard hotkeys implemented for EMAR\n- MenuItems and hotkeys for toggling fullscreen mode\n - \"Toggle Fullscreen\" string already localized\n - Avalonia WindowState.FullScreen used (hides decorations; #203)\n - Toggles to/from Normal\n - MenuItems added to all Devices and WindowMain\n - Hotkey (Alt-Enter) implemented","shortMessageHtmlLink":"IISIM 2.6.0: Fullscreen & Keyboard Shortcuts (cont.)"}},{"before":"a876fc424dec4b49832d24645ea4541243bb4301","after":"f4f3a5b2191bc396fe1d7bb88c209590ee16a928","ref":"refs/heads/master","pushedAt":"2024-02-01T00:42:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.9-1: Strings localized for supported languages","shortMessageHtmlLink":"IISIM 2.5.9-1: Strings localized for supported languages"}},{"before":"da3493fb6f51e639101aef7e47e89e5837c3d365","after":"a876fc424dec4b49832d24645ea4541243bb4301","ref":"refs/heads/master","pushedAt":"2024-02-01T00:30:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.9: CVP/PA Enhancements; Keyboard Shortcuts\n- PA placement in RA now takes PSP/PDP from CVP\n - Disables PSP/PDP input; re-enables if placement moved\n - PSP/PDP/CVP input minimums set to -20 for realism\n- ReplaceAtOver utilized on CVP drawing (#205 was the problem, not #204)\n- CVP default amplitude reduced for realism on fixed amplitude strips (CVP)\n - PA strip scales accordingly per fixed or auto scaling min/max\n- Keyboard shortcuts implemented w/ MenuItem hints\n - Cardiac Monitor & Defibrillator implemented\n - Added Enable & Disable Audio MenuItems for convenience\n - Added #'s 1-8 for instantly setting # of numerics\n - Added #'s Ctrl+1-8 for instantly setting # of tracings\n - 12 Lead ECG & EFM & IABP keyboard shortcuts implemented","shortMessageHtmlLink":"IISIM 2.5.9: CVP/PA Enhancements; Keyboard Shortcuts"}},{"before":"398336ba90c3de8df0010a07578c0313fbe65370","after":"da3493fb6f51e639101aef7e47e89e5837c3d365","ref":"refs/heads/master","pushedAt":"2024-01-31T20:20:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.8: Rhythm.Strip Debugging; Copyrights\n- ReplaceAtOver() replaced w/ Replace() for CVP: #204\n - Also replaced w/ Replace() for PA @ RA (CVP)\n- Tracing.CalculateOffsets() Offset.Y & Multiplier.Y utilizing Stretch technique\n - Keeps tracings centered on Strip's Y-axis; #206\n- Fixed Draw.CVP_Rhythm -> DampenAmplitude_DiastolicFillTime coefficient of -1\n - Was flipping the tracing, causing #205\n - Since no other use of DampenAmplitude_DiastolicFillTime uses custom coefficient...\n - Custom coefficient removed from constructor\n- Copyrights updated (2023 -> 2024)\n - In About dialog, on splash screen .png, in readme","shortMessageHtmlLink":"IISIM 2.5.8: Rhythm.Strip Debugging; Copyrights"}},{"before":"96c2bc875ed027cf8ee1481e3ddf991361cef904","after":"398336ba90c3de8df0010a07578c0313fbe65370","ref":"refs/heads/master","pushedAt":"2023-10-01T01:39:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"Readme.md updated: Images added","shortMessageHtmlLink":"Readme.md updated: Images added"}},{"before":"cb87d2e9c5fab3a8bc9289f218c6cc609735372e","after":"96c2bc875ed027cf8ee1481e3ddf991361cef904","ref":"refs/heads/master","pushedAt":"2023-09-25T22:15:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IIDT 1.1.4: Publishing Utility/Signtool Updated\n- New code signing routine; updated tool args\n- Added new commands and args to script for reference","shortMessageHtmlLink":"IIDT 1.1.4: Publishing Utility/Signtool Updated"}},{"before":"03fd06b37047e3d91d97b0ed8c50526597c49963","after":"cb87d2e9c5fab3a8bc9289f218c6cc609735372e","ref":"refs/heads/master","pushedAt":"2023-08-21T03:47:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"II Server: PHP v8.2\n- mirror_post.php fixed re: mysqli->refresh(arg) req\n - Was crashing since ?? previous PHP update\n- Access credentials (encrypted) updated for migration to Acamar","shortMessageHtmlLink":"II Server: PHP v8.2"}},{"before":"a1eb44a89b44f965b47443fdc46f5eb3001bf82e","after":"03fd06b37047e3d91d97b0ed8c50526597c49963","ref":"refs/heads/master","pushedAt":"2023-07-15T21:31:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"Copyright & License Notices Updated\n- Added copyright statements into most source code files\n- Added formal license statement template into Readme.md\n- Added Readme.md link into IISIM/IISE project files","shortMessageHtmlLink":"Copyright & License Notices Updated"}},{"before":"d31c8c43f4f536aed1e6eda4a47a3092e805964f","after":"a1eb44a89b44f965b47443fdc46f5eb3001bf82e","ref":"refs/heads/master","pushedAt":"2023-06-26T04:05:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.7: IABP Inflation Timing Modeling\n- IABP balloon trigger and inflation timer modeling enhanced\n - Trigger delays introduced (accounts for varying HR)\n - Dynamic delay recalculated each beat based on HR\n - Manual delay implemented and tied to GUI\n - Dynamic delay recalculation tweaked in timer modeling\n - Undoes old \"hack\" method of fixed offset/delays\n - Tested new timer modeling for realism; balloon inflates @ dicrotic notch reliably\n - Tested in tachy, brady, regular, and irregular; fixes and closes #195\n- DeviceIABP: Implemented \"Inflation Timing\" button and functions\n - Strings localized & localization dictionary updated","shortMessageHtmlLink":"IISIM 2.5.7: IABP Inflation Timing Modeling"}},{"before":"e49b0e14868e9e7feab1cff005a214ab482ded52","after":"d31c8c43f4f536aed1e6eda4a47a3092e805964f","ref":"refs/heads/master","pushedAt":"2023-06-13T01:44:08.531Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.6: Clinical Realism\n- DampenAmplitude_DiastolicFillTime() implemented for CVP w/ -1.0 coefficient\n- Coefficient input added to DampenAmplitude_DiastolicFillTime()\n - Allows for flipping effect (-1 to +1) and further adjusting effect","shortMessageHtmlLink":"IISIM 2.5.6: Clinical Realism"}},{"before":"82592f90b89c2b0806589c43b1d00a7e7d921438","after":"e49b0e14868e9e7feab1cff005a214ab482ded52","ref":"refs/heads/master","pushedAt":"2023-06-13T01:39:49.221Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.5: Clinical Realism\n- Implemented DampenAmplitude_DiastolicFillTime() for ABP tracings","shortMessageHtmlLink":"IISIM 2.5.5: Clinical Realism"}},{"before":"7a0528783f01fd896dce223813a74017993153b6","after":"82592f90b89c2b0806589c43b1d00a7e7d921438","ref":"refs/heads/master","pushedAt":"2023-06-13T00:51:03.805Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.4: Stability\n- Fixed Devices hanging on resize! (#127)\n - Was caused by multiple stacked Viewboxes (being resized against each other?)\n - Specifically in Numerics\n - Fixed by consolidating all Textblocks inside 1 Viewbox\n- Implemented fix for Monitor, Defib, and IABP (closes #127)","shortMessageHtmlLink":"IISIM 2.5.4: Stability"}},{"before":"2098dfd3f3475a65150c76c389d3fc0c96a5f747","after":"7a0528783f01fd896dce223813a74017993153b6","ref":"refs/heads/master","pushedAt":"2023-06-12T01:44:03.823Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISE 1.1.5; IISIM 2.5.3: AvaloniaUI Updated\n- AvaloniaUI 10.18 -> 10.21... 11 is still release candidate...","shortMessageHtmlLink":"IISE 1.1.5; IISIM 2.5.3: AvaloniaUI Updated"}},{"before":"c66a872c6aa2284b8980875ffd81942cf59ad455","after":"2098dfd3f3475a65150c76c389d3fc0c96a5f747","ref":"refs/heads/master","pushedAt":"2023-06-12T01:39:13.356Z","pushType":"push","commitsCount":1,"pusher":{"login":"tanjera","name":"Ibi Keller","path":"/tanjera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/543066?s=80&v=4"},"commit":{"message":"IISIM 2.5.2: Usability & Clinical Realism re: IABP\n- IABP GUI adjusted for resizing on various resolutions\n - Viewbox'es added around Textblocks to allow for auto-resizing text\n - Some various font sizes look janky, but better than elements being clipped!\n- IABP balloon and IABP_ABP waveform times adjusted for adaptability\n - Gives realistic results on adapting to irregular rhythms e.g. afib\n - Maintains realism on regular rhythms without any breaking changes\n - closes #191\n- IABP triggering re: physiology model & devices tweaked re: bugfixes\n - IABP triggering on non-pulsatile waveforms was broken (#192)\n - Fixed IABP balloon trigger (was on cardiac ventricular mechanical timer...)\n - Moved to cardiac ventricular electric timer\n - Fixed ABP tracing not being drawn\n - Was in Add_Beat__Cardiac_Ventricular_Mechanical ...\n - ABP tracing now drawn in Add_Beat__IABP_Balloon if non-pulsatile rhythm\n - Fixed triggering autoscaling iterations in DeviceIABP, Monitor, and Defib\n - Above changes closes #192","shortMessageHtmlLink":"IISIM 2.5.2: Usability & Clinical Realism re: IABP"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY-mFnAA","startCursor":null,"endCursor":null}},"title":"Activity · tanjera/infirmary-integrated"}