33 resultados para Prolactina : Redução : Ratas ovariectomizadas


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The harm reduction HR is the official policy of Ministry of Public Health to deal with problem derived from alcohol consumption and other drugs AD. The HR refers to policies and support programs whose purpose is to reduce the risks related to the use of AD, without necessarily decrease individual consumption. This research aim was to analyze the HR conceptions and practices at two specialized institutions for AD users: 1) Psychosocial Care Center Alcohol and Drugs III (CAPSad III); 2) Therapeutic Community Fazenda da Esperança (FE) Dom Bosco. This is a qualitative research that used the following methodological tools: semi-structured interview with 21 professionals; socio demographic file and rounds of conversation with 63 participants users; participant observation and field journal. The interviews with professionals have characterized HR as a less complex and cheap treatment. At FE the HR proposal does not make part of their actions, being considered ―against the human being dignity‖. At CAPSad III is understood as an ―inevitable‖ guideline to service, once users do not remain abstinent. The users understand RD as an improvement in healthy conditions, social relations and work that occurs with the decreasing consumption of AD. They use the HR when they avoid situations that facilitate AD consumption, share relapse prevention strategies and, exclusively at CAPSad III, decrease psychotropic consumption. Stands out as an analyzer the HR comprehension as a less efficient treatment that opposes to the objective of both institutions, which is abstinence. The HR is not operationalize in daily routine by professionals and users as a healthy promotion strategy, however, the users are more affected to HR and produce strategies to face the difficulties arising from the AD consumption

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Web services are software accessible via the Internet that provide functionality to be used by applications. Today, it is natural to reuse third-party services to compose new services. This process of composition can occur in two styles, called orchestration and choreography. A choreography represents a collaboration between services which know their partners in the composition, to achieve the service s desired functionality. On the other hand, an orchestration have a central process (the orchestrator) that coordinates all application operations. Our work is placed in this latter context, by proposing an abstract model for running service orchestrations. For this purpose, a graph reduction machine will be defined for the implementation of service orchestrations specified in a variant of the PEWS composition language. Moreover, a prototype of this machine (in Java) is built as a proof of concept

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Web services are software units that allow access to one or more resources, supporting the deployment of business processes in the Web. They use well-defined interfaces, using web standard protocols, making possible the communication between entities implemented on different platforms. Due to these features, Web services can be integrated as services compositions to form more robust loose coupling applications. Web services are subject to failures, unwanted situations that may compromise the business process partially or completely. Failures can occur both in the design of compositions as in the execution of compositions. As a result, it is essential to create mechanisms to make the implementation of service compositions more robust and to treat failures. Specifically, we propose the support for fault recovery in service compositions described in PEWS language and executed on PEWS-AM, an graph reduction machine. To support recovery failure on PEWS-AM, we extend the PEWS language specification and adapted the rules of translation and reduction of graphs for this machine. These contributions were made both in the model of abstract machine as at the implementation level