User contributions for Salkin
Jump to navigation
Jump to search
- 09:03, 11 October 2022 diff hist +56 Data Description current
- 09:03, 11 October 2022 diff hist +1 Main Page
- 07:53, 11 October 2022 diff hist −4 Main Page
- 19:30, 10 October 2022 diff hist −30 Case Description →Validation
- 19:28, 10 October 2022 diff hist 0 Case Description →Case Selection
- 19:28, 10 October 2022 diff hist 0 Case Description
- 19:27, 10 October 2022 diff hist +153 Treatment Data current
- 18:59, 10 October 2022 diff hist +377 N Treatment Data Created page with "== Raw Fields == {| class="wikitable" |+ Caption treatment |- ! Name !! Description !! Comment |- | id || Primary Key || |- | CaseID || || |- | TreatmentID || Refer to d_references for value (d_reference.ReferenceGlobalID = Treatment.TreatmentID || |- | Offset || Time in seconds from admission || |- | OffsetEnd || Time in seconds from admission, end of treatment || |}"
- 18:56, 10 October 2022 diff hist +80 File List →Data Files
- 18:49, 10 October 2022 diff hist 0 Main Page
- 18:22, 10 October 2022 diff hist 0 Main Page →Welcome to SICDB Documentation
- 18:21, 10 October 2022 diff hist 0 Main Page →The Database
- 16:26, 10 October 2022 diff hist +115 RooDataServer current
- 16:25, 10 October 2022 diff hist +1 RooDataServer
- 16:21, 10 October 2022 diff hist +58 Get Started
- 16:21, 10 October 2022 diff hist +169 Get Started
- 16:20, 10 October 2022 diff hist +167 Get Started →Detailed Instructions (Windows)
- 14:59, 10 October 2022 diff hist +55 Data ref
- 14:58, 10 October 2022 diff hist +1,098 N Data ref Created page with "==Table Description== The data_ref table contains one-per-case referenced data. == Predefined Fields (RooDataServer) == {| class="wikitable" |+ Fields |- ! Name !! Description !! Comment !! Type |- | PremedicationBetablocker || Yes/No || || |- | PremedicationACEInhibitor || Yes/No || || |- | PremedicationStatin || Yes/No || || |- | PremedicationDiuretic || Yes/No || || |- | PreconditionDiabetes || Any type of diabetes (IDDM or NIDDM) || || |- | Preconditi..."
- 14:51, 10 October 2022 diff hist +4 Signal Data current
- 14:39, 10 October 2022 diff hist +4 RooDataServer →Statistics
- 14:36, 10 October 2022 diff hist −3 RooDataServer →Statistics
- 14:36, 10 October 2022 diff hist +16 N File:RooDataServer Statistics.png current
- 14:34, 10 October 2022 diff hist +936 N RooDataServer Created page with "== Introduction == RooDataServer is part of the SICdb software package. It is used to build up the database from .csv files, view and browse the data and export == Import == After installing and starting the environment open http://localhost:5000 in your browser. Follow the instructions for installing the dataset. The import may take several hours and can be interrupted. == Query and Export == The Query Manager is used to create extended queries using predefined fie..."
- 12:04, 9 October 2022 diff hist −2 Unitlog
- 12:04, 9 October 2022 diff hist −7 Unitlog
- 12:03, 9 October 2022 diff hist +101 Unitlog
- 12:02, 9 October 2022 diff hist +467 N Unitlog Created page with "==Table Description== The d_unitlog table contains information of patient transportation. == Raw Fields == {| class="wikitable" |+ Caption unitlog |- ! Name !! Description !! Comment |- | id || Primary Key || |- | CaseID || || |- | PatientID|| || |- | LogState || Internal raw Metavision value || |- | Offset || Time in seconds after admission || |- | HospitalUnit || Encoded unit value, unitlog.HospitalUnit = d_references.ReferenceGlobalID || i.e. C) |}"
- 11:52, 9 October 2022 diff hist +42 File List
- 11:51, 9 October 2022 diff hist −15 Template:Beta Version
- 11:50, 9 October 2022 diff hist +24 Template:Beta Version
- 11:49, 9 October 2022 diff hist −10 Get Started
- 11:47, 9 October 2022 diff hist +24 Get Started
- 11:47, 9 October 2022 diff hist +1,435 Get Started
- 11:42, 9 October 2022 diff hist +129 Software Description
- 11:35, 9 October 2022 diff hist +168 Reference Table
- 11:33, 9 October 2022 diff hist +18 N File:ReferenceSelection.jpg current
- 11:28, 9 October 2022 diff hist +1,499 Reference Table
- 10:52, 9 October 2022 diff hist +1,126 N Software Description Created page with "== Introduction == We provide a software package to simplify building up a database, browsing through data and exporting specific parts of the database in one of the supported file formats. To install our software refer to the Get Started page. == Software Components == === MySQL Server Community Edition === MySQL is an open-source relational database managment system.<ref>https://en.wikipedia.org/wiki/MySQL</ref> === phpMyAdmin === PhpMyAdmin is one of the..."
- 10:42, 9 October 2022 diff hist +29 N D references Redirected page to Reference Table current Tag: New redirect
- 16:29, 8 October 2022 diff hist −2 MediaWiki:Sidebar
- 16:28, 8 October 2022 diff hist +11 MediaWiki:Sidebar
- 16:28, 8 October 2022 diff hist +14 MediaWiki:Sidebar
- 16:27, 8 October 2022 diff hist +64 Deserialize Raw Data
- 16:27, 8 October 2022 diff hist +25 Deserialize Raw Data
- 16:25, 8 October 2022 diff hist −1 Deserialize Raw Data
- 16:25, 8 October 2022 diff hist −17 Deserialize Raw Data
- 16:25, 8 October 2022 diff hist +868 N Deserialize Raw Data Created page with "== Theory == The raw data field is a stream of 60 little endian IEEE 754 floats, so it has exactly 240 bytes. The first 4 bytes represent the first minute of the hour and so on. Note that 0x000000 is defined to be NULL (no value). == C# example == public static float?[] GetRawValues(byte[] data) { var elements = data.Length / 4; byte[] buf = new byte[4]; float?[] ret = new float?[elements]; for(int i = 0..."
- 16:19, 8 October 2022 diff hist +187 Float Data Hourly
- 16:14, 8 October 2022 diff hist +31 N Data float h Redirected page to Float Data Hourly current Tag: New redirect