6 resultados para Dispatch

em BORIS: Bern Open Repository and Information System - Berna - Suiça


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Aims The effects of a system based on minimally trained first responders (FR) dispatched simultaneously with the emergency medical services (EMS) of the local hospital in a mixed urban and rural area in Northwestern Switzerland were examined. Methods and results In this prospective study 500 voluntary fire fighters received a 4-h training in basic-life-support using automated-external-defibrillation (AED). FR and EMS were simultaneously dispatched in a two-tier rescue system. During the years 2001–2008, response times, resuscitation interventions and outcomes were monitored. 1334 emergencies were included. The FR reached the patients (mean age 60.4 ± 19 years; 65% male) within 6 ± 3 min after emergency calls compared to 12 ± 5 min by the EMS (p < 0.0001). Seventy-six percent of the 297 OHCAs occurred at home. Only 3 emergencies with resuscitation attempts occurred at the main railway station equipped with an on-site AED. FR were on the scene before arrival of the EMS in 1166 (87.4%) cases. Of these, the FR used AED in 611 patients for monitoring or defibrillation. CPR was initiated by the FR in 164 (68.9% of 238 resuscitated patients). 124 patients were defibrillated, of whom 93 (75.0%) were defibrillated first by the FR. Eighteen patients (of whom 13 were defibrillated by the FR) were discharged from hospital in good neurological condition. Conclusions Minimally trained fire fighters integrated in an EMS as FR contributed substantially to an increase of the survival rate of OHCAs in a mixed urban and rural area.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

BACKGROUND: The advent of urine testing for Chlamydia trachomatis has raised the possibility of large-scale screening for this sexually transmitted infection, which is now the most common in the United Kingdom. The purpose of this study was to investigate the effect of an invitation to be screened for chlamydia and of receiving a negative result on levels of anxiety, depression and self-esteem. METHODS: 19,773 men and women aged 16 to 39 years, selected at random from 27 general practices in two large city areas (Bristol and Birmingham) were invited by post to send home-collected urine samples or vulvo-vaginal swabs for chlamydia testing. Questionnaires enquiring about anxiety, depression and self-esteem were sent to random samples of those offered screening: one month before the dispatch of invitations; when participants returned samples; and after receiving a negative result. RESULTS: Home screening was associated with an overall reduction in anxiety scores. An invitation to participate did not increase anxiety levels. Anxiety scores in men were lower after receiving the invitation than at baseline. Amongst women anxiety was reduced after receipt of negative test results. Neither depression nor self-esteem scores were affected by screening. CONCLUSION: Postal screening for chlamydia does not appear to have a negative impact on overall psychological well-being and can lead to a decrease in anxiety levels among respondents. There is, however, a clear difference between men and women in when this reduction occurs.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The demands of developing modern, highly dynamic applications have led to an increasing interest in dynamic programming languages and mechanisms. Not only applications must evolve over time, but the object models themselves may need to be adapted to the requirements of different run-time contexts. Class-based models and prototype-based models, for example, may need to co-exist to meet the demands of dynamically evolving applications. Multi-dimensional dispatch, fine-grained and dynamic software composition, and run-time evolution of behaviour are further examples of diverse mechanisms which may need to co-exist in a dynamically evolving run-time environment How can we model the semantics of these highly dynamic features, yet still offer some reasonable safety guarantees? To this end we present an original calculus in which objects can adapt their behaviour at run-time to changing contexts. Both objects and environments are represented by first-class mappings between variables and values. Message sends are dynamically resolved to method calls. Variables may be dynamically bound, making it possible to model a variety of dynamic mechanisms within the same calculus. Despite the highly dynamic nature of the calculus, safety properties are assured by a type assignment system.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The demands of developing modern, highly dynamic applications have led to an increasing interest in dynamic programming languages and mechanisms. Not only must applications evolve over time, but the object models themselves may need to be adapted to the requirements of different run-time contexts. Class-based models and prototype-based models, for example, may need to co-exist to meet the demands of dynamically evolving applications. Multi-dimensional dispatch, fine-grained and dynamic software composition, and run-time evolution of behaviour are further examples of diverse mechanisms which may need to co-exist in a dynamically evolving run-time environment. How can we model the semantics of these highly dynamic features, yet still offer some reasonable safety guarantees? To this end we present an original calculus in which objects can adapt their behaviour at run-time. Both objects and environments are represented by first-class mappings between variables and values. Message sends are dynamically resolved to method calls. Variables may be dynamically bound, making it possible to model a variety of dynamic mechanisms within the same calculus. Despite the highly dynamic nature of the calculus, safety properties are assured by a type assignment system.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Context-dependent behavior is becoming increasingly important for a wide range of application domains, from pervasive computing to common business applications. Unfortunately, mainstream programming languages do not provide mechanisms that enable software entities to adapt their behavior dynamically to the current execution context. This leads developers to adopt convoluted designs to achieve the necessary runtime flexibility. We propose a new programming technique called Context-oriented Programming (COP) which addresses this problem. COP treats context explicitly, and provides mechanisms to dynamically adapt behavior in reaction to changes in context, even after system deployment at runtime. In this paper we lay the foundations of COP, show how dynamic layer activation enables multi-dimensional dispatch, illustrate the application of COP by examples in several language extensions, and demonstrate that COP is largely independent of other commitments to programming style.