app.models package

Submodules

app.models.channelmapping module

class app.models.channelmapping.ChannelMapping(**kwargs)

Bases: Base

audio
audio_index
channelLookupDict()
chin
chin_index
cpapflow
cpapflow_index
date_created
date_modified
eeg_left
eeg_left_index
eeg_right
eeg_right_index
ekg
ekg_index
epap
epap_index
etc02
etc02_index
eye_left
eye_left_index
eye_right
eye_right_index
files
findAutoScoringChannelName(channel_name: str = None, channel_index: int = None)
getPositionValueMappingDict()
id
intercostal_left
intercostal_left_index
intercostal_right
intercostal_right_index
ipap
ipap_index
leg_left
leg_left_index
leg_right
leg_right_index
light
light_index
mastoid
mastoid_index
name
oxygen_sat
oxygen_sat_index
position
position_index
position_left_value
position_prone_value
position_right_value
position_supine_value
position_unknown_value
position_upright_value
pulse
pulse_index
resp_abdomen
resp_abdomen_index
resp_cannula
resp_cannula_index
resp_chest
resp_chest_index
resp_thermistor
resp_thermistor_index
transc02
transc02_index
user_id
class app.models.channelmapping.ChannelMappingToAutoScoringChannelType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

audio = 'audioChannel'
chin = 'ChinEMGChannel'
cpapflow = 'cpapFlowChannel'
eeg_left = 'EEGChannel'
eeg_right = 'EEG2Channel'
ekg = 'ekgChannel'
epap = 'EPAPChannel'
etc02 = 'etc02Channel'
eye_left = 'LeftEOGChannel'
eye_right = 'RightEOGChannel'
intercostal_left = 'INTERCOSTAL_EMG1'
intercostal_right = 'INTERCOSTAL_EMG2'
ipap = 'IPAPChannel'
leg_left = 'leftLegChannel'
leg_right = 'rightLegChannel'
light = 'Light.ccd'
mastoid = 'MASTOID'
oxygen_sat = 'sa02Channel'
position = 'bodyPositionChannel'
pulse = 'heartRateChannel'
resp_abdomen = 'abdomenChannel'
resp_cannula = 'nasalChannel'
resp_chest = 'chestChannel'
resp_thermistor = 'thermistorChannel'
transc02 = 'transcO2Channel'

app.models.study module

class app.models.study.Study(**kwargs)

Bases: Base

date_created
date_modified
description
file_list
id
user
user_id

app.models.processedfiletable module

app.models.processedstudytable module

app.models.processinghistory module

class app.models.processinghistory.ProcessingHistory(**kwargs)

Bases: Base

date_created
id
scoringrun
scoringrun_id
status
status_message
user_id

app.models.resultfiletable module

app.models.resulttable module

app.models.user module

class app.models.user.User(**kwargs)

Bases: Base

auth0_subject
date_created
date_modified
email
files
id
is_active
permissions
processinghistories
role
scoringruns
site_id
studies

Module contents