34 resultados para International integration

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


Relevância:

30.00% 30.00%

Publicador:

Resumo:

Spine Tango is currently the only international spine registry in existence. It was developed under the auspices of Eurospine, the Spine Society of Europe, and is hosted at the University of Bern, Switzerland. The HJD Spine Center successfully tested Spine Tango during a 3-month pilot study and has since expanded documentation activities to more surgeons. Workflow integration and dedicated research staff are key factors for such an endeavor. Participation enables benchmarking against national and international peers and outcome research and quality assurance of surgical and non-surgical treatments.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A longer duration of untreated psychosis (DUP) as well as of untreated illness (DUI) was found to be associated with a negative course of psychosis. Thus, increasing efforts are made to reduce the DUP and provide adequate treatment as early as possible. But, in order to overcome obstacles to early help-seeking, these have to be identified first. Thus, an overview on initial help-seeking behaviour and predictors of DUP is given. Across 25 identified studies, the DUP, at about one year on average, is still unfavourably long and includes on average of three help-seeking contacts prior to the initiation of adequate treatment. Since negative factors in pathways-to-care involve features on all relevant levels (patient, social environment and health-care system), an optimisation of pathways-to-care will require the integration of services and continuous awareness programmes targeting the general population and mental health-care professionals.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

After decades of development in programming languages and programming environments, Smalltalk is still one of few environments that provide advanced features and is still widely used in the industry. However, as Java became prevalent, the ability to call Java code from Smalltalk and vice versa becomes important. Traditional approaches to integrate the Java and Smalltalk languages are through low-level communication between separate Java and Smalltalk virtual machines. We are not aware of any attempt to execute and integrate the Java language directly in the Smalltalk environment. A direct integration allows for very tight and almost seamless integration of the languages and their objects within a single environment. Yet integration and language interoperability impose challenging issues related to method naming conventions, method overloading, exception handling and thread-locking mechanisms. In this paper we describe ways to overcome these challenges and to integrate Java into the Smalltalk environment. Using techniques described in this paper, the programmer can call Java code from Smalltalk using standard Smalltalk idioms while the semantics of each language remains preserved. We present STX:LIBJAVA - an implementation of Java virtual machine within Smalltalk/X - as a validation of our approach