2 resultados para Prepackaged commodities, Checking of.

em Universidade Federal do Rio Grande do Norte(UFRN)


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The purpose of this study was to investigate the risk factors to the functional edentulism in adults aged 35 a 44 years old of Natal-RN, 278 adults took part in the study. They were all selected from a previous dental loss prevalence study thus being complemented by an active research. The study was a case-control based and data collection was made though a survey as well as with a clinical examination. The cases were identified through individuals with 20 or more teeth. Age and gender were used as variables of pairing off. The data was analyzed through chi-square, significant level of 95% to the checking of its force associations. The independent variables were grouped in three levels. The first one, more macro, is related to the region where the individual lives, which was also related to the second level, the family-based one, linked with a third level, at this low socio-economical level, where the domiciliary density was favorable, living in capital cities, regions with prime sanitary condicitions, with predominant possibility of accessing the public dental service, but in despite of this, only looking for this service when tooth ache is felt, where preferentially an aid dressing treatment is executed in detriment of preventive procedures. From all the samples, less than 25% of the individuals make use of tobacco and alcoholic beverages for quite a number of years. There was an association of functional edentulism with all the studied variables in a regional method. In the family-based with Critério Brasil (OR=4,45) and monthly wages (OR=9,62) and to an to an individual level, the associations took place with the current use of kind of attendance (OR=1,78), looks for dressing treatment (OR=2,51), does not look for preventive treatment (OR=3,31), pain as the main cause of demand (OR=1,92), previous treatment as the demanding reason for dental service (OR+0,28), interval of the last visit to the dental service (OR=1,35) and when advise was received (OR=1,66). It was noticed from the results that the functional edentulism is much more expressive in those families which live in environments with precarious social economical sanitary conditions. Such conditions seem to have a direct influence upon the family social economical conditions which are also shown in detriment to functional edentulism. In the same way, the collection of variants influence the social economical conditions of the individual, as well as the kind of dental service searched by them, the reason of the search and the interval of the last visit to the dental service were strong determiners to the functional edentulism. Beyond that, individual habits like the use of tobacco and its frequency on its previous use influenced in a significant way the existence of functional edentulism in the studied population

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Checking the conformity between implementation and design rules in a system is an important activity to try to ensure that no degradation occurs between architectural patterns defined for the system and what is actually implemented in the source code. Especially in the case of systems which require a high level of reliability is important to define specific design rules for exceptional behavior. Such rules describe how exceptions should flow through the system by defining what elements are responsible for catching exceptions thrown by other system elements. However, current approaches to automatically check design rules do not provide suitable mechanisms to define and verify design rules related to the exception handling policy of applications. This paper proposes a practical approach to preserve the exceptional behavior of an application or family of applications, based on the definition and runtime automatic checking of design rules for exception handling of systems developed in Java or AspectJ. To support this approach was developed, in the context of this work, a tool called VITTAE (Verification and Information Tool to Analyze Exceptions) that extends the JUnit framework and allows automating test activities to exceptional design rules. We conducted a case study with the primary objective of evaluating the effectiveness of the proposed approach on a software product line. Besides this, an experiment was conducted that aimed to realize a comparative analysis between the proposed approach and an approach based on a tool called JUnitE, which also proposes to test the exception handling code using JUnit tests. The results showed how the exception handling design rules evolve along different versions of a system and that VITTAE can aid in the detection of defects in exception handling code