Diabetes mellitus is a common health problem worldwide counting about 1.2 million cases in Iraq in 2015. Taking in account of the patient’s beliefs about the prescribed medication had been reported to be one of the most important factors that affects adherence where holding positive beliefs about medications is a prerequisite for intentional adherence. The aim of the current study was to investigate and assess beliefs about medicines among type 2 diabetic patients and to determine possible association between this belief and glycemic control as well as some patient-specific factors. This study is a cross-sectional study carried out on 380 (mean age 56.58± 10.06 years) already diagnosed T2DM patients who attended the National Diabetes Center, Al-Mustansiriya University – Baghdad/ Iraq during December-2016 to March-2017. Belief about medicine was assessed by using an arabic version of the questionnaire. The patients had a stronger agreement with the mean necessity scale (19.29) than the mean concern scale (14.27). The majority of the patients (76.3%) had strong beliefs in the necessity of anti-diabetic treatment for maintaining good control of diabetes (scores of specific-necessity was greater than score of specific-concern). However, (18.4%) of the patients reported strong concerns about the anti-diabetic treatment (scores of specific-concern greater than score of specific-necessity). The small number of the patients (5.3%), have equal scores for specific-necessity and specific-concern scores. The patient's belief about medicine was found to be poor predictor of good glycemic control.
The purpose of this study is to investigate the histopathological response of dentinopulpal
response of human teeth to the Er: YAG laser cavity preparation in comparison with the conventional
class I cavity preparation. Thirty five sound human upper and lower first premolar teeth which were
needed to be extracted for orthodontic purposes were used in the study. Regarding to the method of
cavity preparation, the teeth were grouped into three groups; Group1; Control group which consists of
seven sound teeth without cavity preparation, Group2; Conventional cavity preparation group and group
3; Er: YAG laser cavity preparation group. Each of Group2 and3 consists of fourteen teeth that is
subdivided into: A. 7teeth that e
Find taught dimension aesthetic in the formation of post-modernism, which is one of the themes of aesthetics in the stream of postmodernism, is problematic because of the lack of provisions and fixed values reinforce the concept of beauty, and put done technical plastic in the circle of evaluation and judgment aesthetic, this research as an attempt to reveal the aesthetic concepts that can be drawn from artistic experiments in the formation of post-modernism, through the development of those concepts viable mainstream.
Search contains four chapters: the first chapter includes a general approach to the research, has been showcasing the research problem and the importance of research and goal of Search: detection dimension aesthetic in
A significant influence of temperature width found on the vanadium oxide properties, it plays a major role in highlighting the thermal limits of the three phases (metallic, semiconductor, and dielectric). Two values of the temperature width , and , had taken and studied their effect on both the dielectric constant and its two parts; refractive index, and extinction coefficient, and. It found that: as the temperature width is greater, the more the properties of the three phases for . In addition to increasing the thermal range for phases which can be reached to when , while it's at . Our results have achieved great compatibility with the published results globally. In addition to the effect of both ultraviolet, visible, and infrared
... Show MoreElemental capture spectroscopy (ECS) is an important tool in the petroleum industry for determining the composition and properties of rock formations in a reservoir. Knowledge of the types and abundance of different minerals in the reservoir is crucial for accurate petrophysical interpretation, reservoir engineering practices, and stratigraphic correlation. ECS measures the elemental content of the rock, which directly impacts several physical properties that are essential for reservoir characterization, such as porosity, fluid saturation, permeability, and matrix density. The ability to accurately determine these properties leads to better reservoir mapping, improved production, and more effective resource management. Accurately de
... Show MoreThe aim of this essay is to use a single-index model in developing and adjusting Fama-MacBeth. Penalized smoothing spline regression technique (SIMPLS) foresaw this adjustment. Two generalized cross-validation techniques, Generalized Cross Validation Grid (GGCV) and Generalized Cross Validation Fast (FGCV), anticipated the regular value of smoothing covered under this technique. Due to the two-steps nature of the Fama-MacBeth model, this estimation generated four estimates: SIMPLS(FGCV) - SIMPLS(FGCV), SIMPLS(FGCV) - SIM PLS(GGCV), SIMPLS(GGCV) - SIMPLS(FGCV), SIM PLS(GGCV) - SIM PLS(GGCV). Three-factor Fama-French model—market risk premium, size factor, value factor, and their implication for excess stock returns and portfolio return
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.