Table of Contents

Class ApiSettings

Namespace
adas_core.Domain.Models.AppSettings
Assembly
adas-core.Domain.dll

Represents configuration settings for an API, such as base URL, authentication credentials, and timeout values.

public class ApiSettings
Inheritance
ApiSettings
Inherited Members
Extension Methods

Fields

Api

public const string Api = "ApiSettings"

Field Value

string

Properties

AccessControlList

public string AccessControlList { get; set; }

Property Value

string

ActivateCheckExpiredAlerts

public bool ActivateCheckExpiredAlerts { get; set; }

Property Value

bool

ActivateCheckInactivePatients

public bool ActivateCheckInactivePatients { get; set; }

Property Value

bool

ActivateExpireAlertsTimer

public bool ActivateExpireAlertsTimer { get; set; }

Property Value

bool

ActivateSchedulerCheckActiveAppointmentsJob

public bool ActivateSchedulerCheckActiveAppointmentsJob { get; set; }

Property Value

bool

ActivateSchedulerCheckActiveTreatmentsJob

public bool ActivateSchedulerCheckActiveTreatmentsJob { get; set; }

Property Value

bool

ActivateSchedulerCheckExpiredObservation

public bool ActivateSchedulerCheckExpiredObservation { get; set; }

Property Value

bool

ActivateSchedulerCheckHydricBalance

public bool ActivateSchedulerCheckHydricBalance { get; set; }

Property Value

bool

ActivateSchedulerCheckNewsJob

public bool ActivateSchedulerCheckNewsJob { get; set; }

Property Value

bool

ActivateSchedulerCheckOpiateBoluses

public bool ActivateSchedulerCheckOpiateBoluses { get; set; }

Property Value

bool

ActivateSchedulerGetProvidersObservations

public bool ActivateSchedulerGetProvidersObservations { get; set; }

Property Value

bool

Admissions

public string Admissions { get; set; }

Property Value

string

AllergiesCode

public List<string> AllergiesCode { get; set; }

Property Value

List<string>

AllergyList

public string AllergyList { get; set; }

Property Value

string

AltableOptionList

public string AltableOptionList { get; set; }

Property Value

string

AntibioticList

public List<string>? AntibioticList { get; set; }

Property Value

List<string>

AntidepressantsList

public List<string>? AntidepressantsList { get; set; }

Property Value

List<string>

AntihypertensivesList

public List<string>? AntihypertensivesList { get; set; }

Property Value

List<string>

AntipsicoticList

public List<string>? AntipsicoticList { get; set; }

Property Value

List<string>

AnxiolyticList

public List<string>? AnxiolyticList { get; set; }

Property Value

List<string>

ArchiveNurseData

public ArchiveNurseData ArchiveNurseData { get; set; }

Property Value

ArchiveNurseData

ArchivePatient

public string? ArchivePatient { get; set; }

Property Value

string

ArchivePatientProcedure

public string? ArchivePatientProcedure { get; set; }

Property Value

string

ArchivePatientWithOru

public bool ArchivePatientWithOru { get; set; }

Property Value

bool

ArchivePatientsAppointments

public string? ArchivePatientsAppointments { get; set; }

Property Value

string

ArchivePatientsDiagnosis

public string? ArchivePatientsDiagnosis { get; set; }

Property Value

string

ArchivePatientsObservations

public string? ArchivePatientsObservations { get; set; }

Property Value

string

ArchivePatientsPumpobservations

public string? ArchivePatientsPumpobservations { get; set; }

Property Value

string

ArchivePatientsRecordingalerts

public string? ArchivePatientsRecordingalerts { get; set; }

Property Value

string

ArchivePatientsTreatments

public string? ArchivePatientsTreatments { get; set; }

Property Value

string

ArchivePatientsWithoutObservationsSinceHours

public int? ArchivePatientsWithoutObservationsSinceHours { get; set; }

Property Value

int?

Authorizations

public string Authorizations { get; set; }

Property Value

string

BalizaPassword

public string? BalizaPassword { get; set; }

Property Value

string

BalizaUrl

public string? BalizaUrl { get; set; }

Property Value

string

CalculateExtremeEvents

public bool CalculateExtremeEvents { get; set; }

Property Value

bool

CalculateRespRateVentExpires

public double CalculateRespRateVentExpires { get; set; }

Property Value

double

Cameras

public string Cameras { get; set; }

Property Value

string

CheckActiveAppointmentsSchedulerIntervalMinutes

public int? CheckActiveAppointmentsSchedulerIntervalMinutes { get; set; }

Property Value

int?

CheckActiveTreatmentsSchedulerIntervalMinutes

public int? CheckActiveTreatmentsSchedulerIntervalMinutes { get; set; }

Property Value

int?

CheckErrorQueues

public int? CheckErrorQueues { get; set; }

Property Value

int?

CheckInactivePatientSchedulerIntervalHours

public int? CheckInactivePatientSchedulerIntervalHours { get; set; }

Property Value

int?

CheckNewsJobIntervalMinutes

public int CheckNewsJobIntervalMinutes { get; set; }

Property Value

int

ComplexityMappingObservation

public Dictionary<string, int>? ComplexityMappingObservation { get; set; }

Property Value

Dictionary<string, int>

ConfigObservation

public ConfigObservationSettings? ConfigObservation { get; set; }

Property Value

ConfigObservationSettings

ConfigObservations

public string? ConfigObservations { get; set; }

Property Value

string

ConfigPumps

public string? ConfigPumps { get; set; }

Property Value

string

ConfigPumpsKey

public string? ConfigPumpsKey { get; set; }

Property Value

string

ConfigPumpsRequired

public bool ConfigPumpsRequired { get; set; }

Property Value

bool

ConfigSections

public string? ConfigSections { get; set; }

Property Value

string

ConfigUnits

public string? ConfigUnits { get; set; }

Property Value

string

ConfigUnitsKey

public string? ConfigUnitsKey { get; set; }

Property Value

string

ConfigUnitsRequired

public bool ConfigUnitsRequired { get; set; }

Property Value

bool

CreatePatientWithAdtA08

public bool CreatePatientWithAdtA08 { get; set; }

Property Value

bool

CreatePatientWithLocation

public bool CreatePatientWithLocation { get; set; }

Property Value

bool

CreatePatientWithOru

public bool CreatePatientWithOru { get; set; }

Property Value

bool

CreatePatientWithSiu

public bool CreatePatientWithSiu { get; set; }

Property Value

bool

CreatePatientWithoutLocation

public bool CreatePatientWithoutLocation { get; set; }

Property Value

bool

CreatePatientWithoutPatientNumber

public bool CreatePatientWithoutPatientNumber { get; set; }

Property Value

bool

CretatePatientWithoutPatientNumber

public bool CretatePatientWithoutPatientNumber { get; set; }

Property Value

bool

Customize

public string? Customize { get; set; }

Property Value

string

DefaultIdRecord

public List<string>? DefaultIdRecord { get; set; }

Property Value

List<string>

DestinationList

public string DestinationList { get; set; }

Property Value

string

Devices

public string? Devices { get; set; }

Property Value

string

DiagnosisCode

public List<string> DiagnosisCode { get; set; }

Property Value

List<string>

DiagnosisList

public string DiagnosisList { get; set; }

Property Value

string

DiagnosisSystem

public string? DiagnosisSystem { get; set; }

Property Value

string

DischargeStatusList

public string DischargeStatusList { get; set; }

Property Value

string

Discharges

public string Discharges { get; set; }

Property Value

string

DisplayCardConfig

public string DisplayCardConfig { get; set; }

Property Value

string

DisplayChartConfig

public string DisplayChartConfig { get; set; }

Property Value

string

DisplayDetailConfig

public string DisplayDetailConfig { get; set; }

Property Value

string

Displays

public string Displays { get; set; }

Property Value

string

DisplaysConfig

public string DisplaysConfig { get; set; }

Property Value

string

DoctorList

public string DoctorList { get; set; }

Property Value

string

DoctorTypeList

public string DoctorTypeList { get; set; }

Property Value

string

DrainageCode

public List<string> DrainageCode { get; set; }

Property Value

List<string>

Ecmo

public List<string>? Ecmo { get; set; }

Property Value

List<string>

Electroencephalogram

public List<string>? Electroencephalogram { get; set; }

Property Value

List<string>

EndContinuousInfusionAlarm

public List<string>? EndContinuousInfusionAlarm { get; set; }

Property Value

List<string>

ExpireAlertIntervalSeconds

public int ExpireAlertIntervalSeconds { get; set; }

Property Value

int

FindPatientByLocationWithoutId

public bool FindPatientByLocationWithoutId { get; set; }

Property Value

bool

GenericList

public string GenericList { get; set; }

Property Value

string

GetProvidersObservationsSchedulerIntervalMinutes

public int? GetProvidersObservationsSchedulerIntervalMinutes { get; set; }

Property Value

int?

HighFrequencyVentilation

public List<string>? HighFrequencyVentilation { get; set; }

Property Value

List<string>

HistoricalConfigChanges

public string? HistoricalConfigChanges { get; set; }

Property Value

string

IccaFacility

public string? IccaFacility { get; set; }

Property Value

string

IgnoreCalcObservationsOlderInMinutesThan

public int IgnoreCalcObservationsOlderInMinutesThan { get; set; }

Property Value

int

InotropicEndInfusionAlarm

public List<string>? InotropicEndInfusionAlarm { get; set; }

Property Value

List<string>

InotropicMedicines

public List<string>? InotropicMedicines { get; set; }

Property Value

List<string>

InsulationList

public string InsulationList { get; set; }

Property Value

string

InternalDestinationList

public string InternalDestinationList { get; set; }

Property Value

string

IntravenousLinesCode

public List<string>? IntravenousLinesCode { get; set; }

Property Value

List<string>

InvasiveVentilation

public List<string>? InvasiveVentilation { get; set; }

Property Value

List<string>

IsolationCode

public List<string> IsolationCode { get; set; }

Property Value

List<string>

LanguageBarrierList

public string LanguageBarrierList { get; set; }

Property Value

string

LightBeacons

public string LightBeacons { get; set; }

Property Value

string

Locations

public string Locations { get; set; }

Property Value

string

MappingInterventions

public List<MappingInterventions>? MappingInterventions { get; set; }

Property Value

List<MappingInterventions>

Mappings

public string Mappings { get; set; }

Property Value

string

MedicationBolus

public List<string>? MedicationBolus { get; set; }

Property Value

List<string>

Medicines

public string? Medicines { get; set; }

Property Value

string

MobilityOptionList

public string MobilityOptionList { get; set; }

Property Value

string

NeuroMedicationList

public List<string>? NeuroMedicationList { get; set; }

Property Value

List<string>

NoCalculateStatusWithCodingSystem

public string? NoCalculateStatusWithCodingSystem { get; set; }

Property Value

string

NonInvasiveVentilation

public List<string>? NonInvasiveVentilation { get; set; }

Property Value

List<string>

NotesIndicatingMedication

public List<string>? NotesIndicatingMedication { get; set; }

Property Value

List<string>

Notices

public string Notices { get; set; }

Property Value

string

OnArchivePatientAction

public string? OnArchivePatientAction { get; set; }

Property Value

string

Oni

public List<string>? Oni { get; set; }

Property Value

List<string>

OriginList

public string OriginList { get; set; }

Property Value

string

PassiveSittingList

public string PassiveSittingList { get; set; }

Property Value

string

PathToDisplayAssets

public string[]? PathToDisplayAssets { get; set; }

Property Value

string[]

PathUpdateFiles

public string[]? PathUpdateFiles { get; set; }

Property Value

string[]

PatientCarePlan

public string? PatientCarePlan { get; set; }

Property Value

string

PatientStatusList

public string PatientStatusList { get; set; }

Property Value

string

Patients

public string? Patients { get; set; }

Property Value

string

PatientsAlarms

public string? PatientsAlarms { get; set; }

Property Value

string

PatientsAppointments

public string? PatientsAppointments { get; set; }

Property Value

string

PatientsDiagnosis

public string? PatientsDiagnosis { get; set; }

Property Value

string

PatientsObservations

public string? PatientsObservations { get; set; }

Property Value

string

PatientsRecordingAlerts

public string? PatientsRecordingAlerts { get; set; }

Property Value

string

PatientsTreatments

public string? PatientsTreatments { get; set; }

Property Value

string

PersistObservationCodes

public bool PersistObservationCodes { get; set; }

Property Value

bool

PoCSettings

public string? PoCSettings { get; set; }

Property Value

string

PointOfCareMapping

public PointOfCareMapping? PointOfCareMapping { get; set; }

Property Value

PointOfCareMapping

PositionCode

public List<string> PositionCode { get; set; }

Property Value

List<string>

ProcedureList

public string ProcedureList { get; set; }

Property Value

string

PumPressureAlarm

public List<string>? PumPressureAlarm { get; set; }

Property Value

List<string>

PumpAlarmEvent

public string? PumpAlarmEvent { get; set; }

Property Value

string

PumpAlarmState

public string? PumpAlarmState { get; set; }

Property Value

string

PumpExpiresSeconds

public int PumpExpiresSeconds { get; set; }

Property Value

int

PumpObservations

public string? PumpObservations { get; set; }

Property Value

string

PumpStates

public string? PumpStates { get; set; }

Property Value

string

PushPatientWithOru

public bool PushPatientWithOru { get; set; }

Property Value

bool

RegionalBrainSaturation

public List<string>? RegionalBrainSaturation { get; set; }

Property Value

List<string>

Relays

public string Relays { get; set; }

Property Value

string

Respiratory

public List<string>? Respiratory { get; set; }

Property Value

List<string>

RetentionPolicy

public RetentionPolicy RetentionPolicy { get; set; }

Property Value

RetentionPolicy

RetentionPolicyValue

public int RetentionPolicyValue { get; set; }

Property Value

int

SchedulerCheckExpiredAlertsIntervalSeconds

public int? SchedulerCheckExpiredAlertsIntervalSeconds { get; set; }

Property Value

int?

SchedulerCheckExpiredObservationsIntervalMinutes

public int? SchedulerCheckExpiredObservationsIntervalMinutes { get; set; }

Property Value

int?

Sedation

public List<string>? Sedation { get; set; }

Property Value

List<string>

SendPumpsZero

public bool SendPumpsZero { get; set; }

Property Value

bool

SendingFacility

public List<string>? SendingFacility { get; set; }

Property Value

List<string>

SerumColloidList

public List<string>? SerumColloidList { get; set; }

Property Value

List<string>

SerumCrystalloidList

public List<string>? SerumCrystalloidList { get; set; }

Property Value

List<string>

ServiceConfig

public string? ServiceConfig { get; set; }

Property Value

string

ServiceList

public string ServiceList { get; set; }

Property Value

string

Shift

public List<string>? Shift { get; set; }

Property Value

List<string>

SinceDischargeTimeToArchive

public int? SinceDischargeTimeToArchive { get; set; }

Property Value

int?

StartRecordingWithoutPatientNumber

public bool StartRecordingWithoutPatientNumber { get; set; }

Property Value

bool

Surgery

public List<string>? Surgery { get; set; }

Property Value

List<string>

SurgeryText

public List<string>? SurgeryText { get; set; }

Property Value

List<string>

TestList

public string TestList { get; set; }

Property Value

string

TherapeuticCeilingList

public string TherapeuticCeilingList { get; set; }

Property Value

string

TimeToSendGroupedObs

public int? TimeToSendGroupedObs { get; set; }

Property Value

int?

Transcutaneous

public List<string>? Transcutaneous { get; set; }

Property Value

List<string>

TreatmentList

public string TreatmentList { get; set; }

Property Value

string

Units

public string? Units { get; set; }

Property Value

string

UpdatePatientDataWithAdtA02

public bool UpdatePatientDataWithAdtA02 { get; set; }

Property Value

bool

UpdatePatientDataWithOru

public bool UpdatePatientDataWithOru { get; set; }

Property Value

bool

UpdatePatientLocationWithOru

public bool UpdatePatientLocationWithOru { get; set; }

Property Value

bool

UpdatePatientNumberWithOru

public bool UpdatePatientNumberWithOru { get; set; }

Property Value

bool

Users

public string Users { get; set; }

Property Value

string

VisitOptionList

public string VisitOptionList { get; set; }

Property Value

string

VolumetricAirInLineAlarm

public List<string>? VolumetricAirInLineAlarm { get; set; }

Property Value

List<string>

VolumetricAirOcclusionAlarm

public List<string>? VolumetricAirOcclusionAlarm { get; set; }

Property Value

List<string>