Sunday, January 26, 2020

Big Data as an e-Health Service

Big Data as an e-Health Service Abstract: Bigdata in healthcare relates to electronic health records, patients reported outcomes all other data sets.It is not possible to maintain large and complex data with traditional database tools. After many innovation researches done by researchers Big Data is regenerating the health care, business data and finally society as e-Health .The study on bigdata e-health service. In this paper we come to know why the current technologies like STORM, hadoop, MapReduce can’t be applied directly to electronic-health services. It describes the added capabilities required to make the electronic-health services to become more practical. Next this paper provides report on architecture of bigdata e-health services that provides meaning of e-services, management operations and compliance. Keywords: Introduction to big data, different types of technologies of bigdata, advantages of bigdata, applications of big data, solutions of e-health services, big data as a service provider, e-health data operation management. Introduction: What is bigdata? Bigdata consisting of extremely huge amount of data sets which consists all kinds of data and it is difficult to extract. It can be described by the characteristics like variety, velocity, volume and variability. Variety It consists of data like structured, unstructured and semi structured data Structured data consists of databases, small scale health personal records, insurances, data wares, Enterprise Systems(like CRM, ERP etc) Unstructured data consists of analog data, Audio/video streams. Treatment data, research data Semi Structured data consists of XML, E-Mail, EDI. Velocity Velocity depends on time Sensitivity   It also depends on streaming Volume   It may consists of large quantities of files or small files in quantity   for example , now a days single person can have more than one Gmail account. When he wants to login into a gmail accounts the system generates log files . If a person login into gmail account multiple times through his different accounts then , the system generates huge number of log files that is stored in a servers using bigdata. Variability   It shows the inconsistency of data depends on variation of time period .It may be a problem for analyzing the data. Historically Bigdata in health care industries generate huge amount of electronic health datasets are so complex and difficult to manage by using the traditional software’s or hardware nor by using some database management tools. Now the current trend is to make these huge amount of data as Digitalization so that this whole digital healthcare system will transform the whole healthcare process will become more efficient and highly expensive cost will be reduced. In other words Bigdata in healthcare is evolving into a propitious field for providing perception from large set of data and it produces outcomes which reduces the cost. Bigdata in healthcare industry is stunning not only because of huge volume of datasets like clinical records of patients health reports, patient insurance report, pharmacy, prescriptions , medical imaging , patient data in electronic patient records etc but also multiplicity of data types and the speed of increasing the records. Some of the reports generated by researchers on the health care systems shows that, one of the health care system alone has reached in 2011, 150 Exabyte. At this rate of increase of growth, in future the bigdata reaches Zettabyte scale and soon it reaches to Yottabyte from various sources like electronic medical records Systems, social media reports, Personal health reports, mobile health care records, analytical reports on large array of biomedical sensors and smart phones. The electronic-health medical reports generated by single patient generates thousands of medical reports which includes medical reports, lab reports, insurances, digital image reports , billing details etc.All these records are needed to be stored in database for validating , integrating these records for meaningful analysis. If these reports are generated by multiple patients across the whole world of healthcare processing system then we have to combine these whole data into a single system which is a big challenge for Big Data. As the volume and Source of storing the data increases rapidly then we can utilize the e-health data to reduce the cost and improves the treatment. We can achieve it by investigating the big data e-health System that satisfies Big Data applications. BIG DATA FOUNDATIONS FOR E-HEALTH : The Following Figure 1 shows the bigdata service environment architecture that provides the support for electronic-health applications from different sources like testing center, individual patients, insurance facilitator and government agencies .All these produces some standard health records are connected commonly to a national healthcare network. Figure 1. e-Health Big Data Service Environments Different types of Data sources : The different types of data sources may include structured database, unstructured datasets and semi structured information Some of the standard structured data that deals with the drug insurance policy by NCPDP (National Council for Prescription Drug Program) and NCPDP SCRIPT for messaging the electronic prescription for validating the interaction between drug to drug, medical database records, dosage of drug, maintain the records. The semi structured data related to radiology pictures are changed over the IP networks is provided by DICOM(Digital Imaging and communication in Medicine). The e-Health system store, gather the medical information, patient information to the doctors unexpectedly includes medical information, vaccination details, diagnostics’ reports. HDWA Healthcare Data Warehousing Association it provides the environment for from others. They work collaboratively which helps them to deliver accurate results or solutions from their own organizations A strong relationship and interaction from test facilitators and technical team is maintained within the organization. We have to face the challenges for utilizing the unstructured data related to different concepts, sharing and accessing the data. Big data solutions and products: Bigdata investigation requires knowledge about storing, inspecting, discovering, visualizing the data and providing security by making some changes to some of technologies like Hadoop, MapReduce, STORM and with combinations. STROM: STROM is a distributed, open source , real time and fault-tolerant computational system. It can process the large amount of data on different machines and in real time each message will be processed. Strom programs can be developed by using any programming languages but especially it uses java , python and other. Strom is extremely fast and has the capability to process millions of records per second per node as it is required for e-health services. It combines with the message queuing and database technologies. From the figure 2 we can observe that a Strom topology takes huge amount of data and process the data in a typical manner and repartitioning the streams of data between each stage of process. A strom topology consists of spout and bolts that can process huge amount of data. In terms of strom components the spout reads the incoming data and it can also read the data from existing files .if the file is modified then spout also enters the modified data also. Bolt is responsible for all processing what happens on the topology , it can do anything from filtering to joins, aggregations, talking to database. Bolts receive the data from spout for processing. Figure 2. Illustration of STORM Architecture (ref: https://storm.apache.org/) Some of the important characteristics of Strom for data processing are: Fast-It can process one million 100 bytes per second per node Scalable-with parallel calculations that runs across the machine Fault-tolerant-if a node dies strom will automatically restart them Reliable-strom can process each unit of data alleast once or exactly once Easy to operate-once deployed strom can be operated easily (ref: http://hortonworks.com/hadoop/storm/) Hadoop for batch processing: Hadoop was initially designed for batch processing i.e., it takes inputs as a large set of data at once, process it and write the output. Through this batch processing and HDFS(hadoop distributed file system) it produce high throughput data processing.Hadoop is another framework , runs on MapReduce technology to do distributed computations on different servers. (ref diagram: http://en.wikipedia.org/wiki/Apache_Hadoop) Figure 3. Hadoop Processing Systems From the figure 3 we can observe that a hadoop multi-node cluster , it consists of single master node and slave node. A master node has different trackers like task tracker for scheduling the tasks , job tracker server handles with the job appointments in a order. Master also acts like a data node and name node. The slave node acts like a task tracker and data node which process the data only by slave-node only. HDFS layer deals with large cluster of nodes manage the name node server which prevents the corruption of file by taking the snapshots of the name node memory structure. Many top companies uses the hadoop technology plays a prominent role in the market.The Vendors who uses Hadoop technology will produce accurate results with high performance, scalability in output and cost is reduced. Some of the companies like Amazon, IBM, Zettaset, Dell and other uses Hadoop technology for easy analysis, provides security, user friendly solutions for complex problems.( http://www.technavio.com/blog/top-14-hadoop-technology-companies) MAPREDUCE: In 2004, Google released a framework called Hadoop MapReduce. This framework is used for writing the applications which process huge amount of multi-terabyte data sets in parallel on large number of nodes. MapReduce divides the work loads into multiple tasks that can be executed parallel. Computational process can be done on both file system and database. (ref: http://en.wikipedia.org/wiki/MapReduce) MapReduce code is usuallay written in java program and it can also can write in another programming languages. It consists of two fundamental components like Map and Reduce. The input and output generated by MapReduce is in the form of key and value pair. The map node will take the input in the form of large clusters and divides it into smaller clusters were the execution process is easy. Rather Mapreduce provides support for hadoop distributed file system can store the data in different servers. This framework provides support for thousands of computational applications and peg bytes of data. Some of the important features of mapreduce are scale-out architecture , security and authentication, resource manager, optimized scheduling, flexibility and high availability. Additional tools are needed to add and should be trained for e-Health files to reduce the complexity because some of the compressed files like electronic-health DICOM picture file should be mapped to a singler Map Reducer so it reduces the BigdData effectiveness. The Hadoop big data applications has imposed a limitations on big data technologies has focused on the applications like offline informatics systems. 4) Programming Tools: The other solution for the e-Health bigdata is MUMPS, it is an programming tool. MUMPS is abbreviated as Massachusetts General Hospital Utility Multi-Programming System. It is also known as M programming language. M is a multi user and it is designed to control the huge amount of database. M programming can produce high performance in health cares and in financial applications. M provides simple data considerations in which the data is given in the form of string of characters and the given data is structured in a multidimensional array. M requires support for sparse data.Accorrding to the research done by the scientist in US hospitals they are maintaing the electronic Health records (HER) using M language including Vista(Veterans Health Information Systems and Technology Architecture) which manages all hospitals care facilities run by the Department of Veterans. (ref: http://opensource.com/health/12/2/join-m-revolution) In future some of the analytical algorithms are developed to solve the problems faced with the big data applications Additional e-Health (Big Data) Capabilities: The additional capabilities provided by the Big data e-Health services are Data Federation and aggregation, Security and Regulatory Concerns and Data Operational Management. The bigdata provides the services which helps to organize and store the huge amount of data. Those data is is digitalization , consists of large amount of datasets consists information related to patients all reports. 1) Data Federation and Aggregation: Data Federation is a type of software which collections the data from the multiple users and integrates the data.Typically traditional software cannot given the solution to store the huge amount of data in hardwares or by some database management tools.But the Data federation will provide a solution based upon the bigdata architecture is based by collecting the data inside and outside of the enterprise through the layer. Some of the important data federation tools are Sysbase federation, IBM InfoSphere Federation server and so on. (ref: http://etl-tools.info/en/data-federation.html) 2) Security and Regularity Concerns: Security is one of the important requirement to describe bidgata e-health services.Security plays a important role because patient share their personl information with the doctors which help the physician to give the correct treatment 3) Data Operational Management

Saturday, January 18, 2020

Morning After Pill

Morning after-pill (MAP) or plan B is an emergency pill that stops a woman from becoming pregnant if contraception failed or wasn’t used. The morning after pill works best if taken within 24 hours of unprotected sex. Medics argue that plan B’s efficacy is up 70% and its effectiveness up to 72 hours there after its efficacy is not known. (http://www.netdoctor.co.k/whoisd.html). It is noteworthy that the earlier it’s taken the better. Examples of medicine currently used include levonelle one step in UK and postinor2 in most Africa states. The pills contain a female-type hormone such as levorgestrel. Other names used to refer to MAP include post-coital pill (PCP) and emergency contraceptive (EC)-emergency because it is not used under normal circumstances and has stricter conditions under which they can be used for instance, the postinor2 mostly used in Africa states can only be used once within every menstrual cycle. Remember MAP cannot work if one is already pregnant and therefore it is not an abortion-causing drug. MAP works in two possible ways; preventing ovaries from releasing egg or altering the lining of the womb so a fertilized egg wont be implanted. I want to argue that MAP must be made readily available to interested consumers. Let us first consider the categories of people who use it and their circumstances. 1) Rape victims A lady may be raped during her fertile days such unplanned and unprotected sex may result in unwanted pregnancy. An instance such as this justifies the use of MAP. MAP would help prevent pregnancy, which may alleviate the possibility of abortion (as the one raped may opt for it), and the humiliation a child who is as a result of rape may face from parent(s). 2) Women who have been lured into sex while under the influence of emotional whims or drugs. Women under such influence of drug and alcohol may find themselves having unprotected sex. Men may want to take advantage of them. Once such women regain sobriety, MAP may be handy in preventing anxiety and pregnancy. Everyone will agree that at some point in their life, at least every woman, because of circumstances such as the ones we have, may lose their sobriety. Isn’t it kind of medics for providing such women an alternative and possibility for preventing unwanted pregnancy? 3) Lovers or a couple may suffer condom burst/breakage. If this happens, without MAP there would be no other easy way of preventing pregnancy. The fact that such people were using a condom implies that they never wanted conception to occur. Isn’t MAP a relief to most couples? I will reiterate that MAP does not induce abortion and therefore Christians opposed to abortion and other pro-life activists have no reason to be indifferent. As a matter of fact, they should advocate for it as it has come in to reduce cases of abortion emanating from rape, condom burst and unplanned sexual intercourse. When these happen, MAP provides the consolation that, ‘its not too late, there is plan B’. With advancement in the medical field unlike the older MAP, today’s pills cause very little side-effects. Statistics show that one woman in every 60 actually vomits. Other mild side effects include tummy ache, breast tenderness, dizziness and vaginal spotting of blood. These side effects are less severe as compared with the risks of not using MAP. Critics of MAP feel there is no need for one to subject themselves to such side effects but the risks in not using it may be too heavy to bear. MAP can be used by a greater percentage of women apart from for instance those with porphyria and severe liver problems. Having explored MAP, we should be right to state that access to it must be made easy. Local pharmacists should be allowed to stock it and allow clients to buy it without necessarily needing a doctor’s prescription. (American Medical Association, 2006; Ellertson, Trussell, Stewart &Winikoff, 1998).  Ã‚   After all, the side effects are not problematic are again most ladies are knowledgeable of how to use it and for what purposes. Although others feel this may prompt its abuse but we can argue that Pharmacists can chat with client quickly about it to know whether they understand its appropriate use and the side effects. It’s encouraging to learn that in America, an over-the-counter sale of the ‘morning after’ contraceptive pill to those over 18 has been approved. Abortion rights advocates hailed this although many bemoaned the age restrict.   â€Å"We are pleased that a common sense common-ground agenda for reducing unintended pregnancy and the need for abortion finally won out.† Said Kinsten Moore, President of the reproductive health technology project, Washington. (www.nytimes.com/2006/08/24/health/24cnd-pill.htm) Anti-abortion groups feel plan B is an abortion pill whose widespread availability would lead to increased STD. Other abortion rights pushed for over-the-counter availability of plan B arguing that its availability would sharply reduce the newly 1 million abortions performed annually in USA but this may not be true as studies suggest that in the USA, couples have so much unprotected sex. â€Å"EC don’t work if are kept in the draw† and studies show that even if women have pills on hand, the drawer is where they remain.† Says Dr James Trussell, Princeton University. But Dr Raines says, â€Å"Unintended pregnancy rates have been dropping over the last decade. Plan B will contribute to further decline. (www.nytimes.com/2006/08/24/health/24cnd-pill.htm) The term morning –after pill is inmost cases misleading in its effectiveness. It’s Not 100% and only works up to 70%. Therefore some women have unprotected sex hoping to use MAP but unfortunately they end up becoming pregnant and this may lead to abortion or disorient one’s family plan.   Some women are opposed to it because it doesn’t protect them from pregnancy for the rest of their menstrual cycle. It therefore compels them to abstain from sex or use a barrier method like a condom. Again, it is believed that MAP is not good at protecting ectopic pregnancy (EP) (Stewart and Van Look, 1998 P142). Incase it causes EP, then the repercussions quite expensive and ladies who know what having an ectopic pregnancy tend to oppose MAP. However, as per now EP caused by MAP would be just like any other accident and so far medical researchers haven’t linked MAP directly to EP unless research proves it. We should not jump into conclusion. Again no research has shown any increase in abnormities among babies whose mothers took MAP. Some people argue against MAP on the basing that past experience does show that other hormones taken in early pregnancy have harmed children. But instead of using assumptions, focused studies should be done to establish the connection between MAP and babies’ abnormalities and EP. Otherwise, we will not have a firm ground to stand and argue that simply because other hormones have caused abnormalities, MAP too causes it. It may be an exception The intra-uterine device (IUDS)/the coil is an alternative for MAP. Unfortunately only few medical specialists are trained in fitting them efficiently. Again the intra-uterine device may make one anemic because of the volume and length of menstrual flow. Insertion is difficult and painful for women and has more restrictions, which include heart value problems, previous EP and pelvic infection. (Bucar, 1999). This makes MAP to remain the most appropriate and least expensive. So opposing its use and making it difficult to access only makes it strenuous for women. I believe every one should be in control of their life. A medicine such as MAP gives women more means to control and plan for their lives. Arguing against MAP is like arguing that family planning should be done away with to allow chance and nature to rein it an arena that it otherwise shouldn’t. In conclusion, the current price range of $25-$40 should be lowered and possibly subsidized by the federal governments. Arrangements should be made and possibilities explored on providing emergency contraception for free like its done in some parts of the UK. Youth advisory clinics, family planning clinics, college health centers, STD clinics and walk-in clinics must seek to stock and make readily available MAP at a lowest cost possible. Work cited 1. American Medical Association, Council on Medical Service. Access to Emergency Contraception [H-75.985] Chicago, IL: AMA, 2006; 2. Bucar, L. Caution: Catholic Health Restrictions May Be Hazardous to Your Health . Washington, DC: Catholics for a Free Choice, 1999. 3. Devin, D. Contraceptive coils (IUDS) http://www.netdoctor.co.k/whoisd.html Accessed online on 24 November 2007 1:50:42 GMT. 4. Ellertson, C., Trussell, J., Stewart F.H, Winikoff, B. Should emergency contraceptive pills be available without a prescription? Journal of the America Medical Women’s Association. 1998; 53 (5, Supplement 2): 226-229. 5. Gardiner Harris, 24thAug 2006.In New York Times. http://www.nytims.com/2006/08/24/heath/24end-pill.html. Accessed online on 23rd, Nov. 2007 6. Stewart F, Van Look P.F.A. Emergency contraception: Contraceptive Technology .17th revised edition. New York: Irvington, 1998.

Friday, January 10, 2020

Get the Scoop on History 1302 Essay Topics Lefevor Before Youre Too Late

Get the Scoop on History 1302 Essay Topics Lefevor Before You're Too Late The Foolproof History 1302 Essay Topics Lefevor Strategy Essay writing is definitely thought to be part of academic life and essay writing demands certain abilities or the region of the writer. In an issue of speaking, picking out persuasive essay topics is similar to telling yourself what you wish to convey to the rest of the planet. It is an impossible task to write a very good history paper if you write about something you find boring and don't care about in any way. Thus, writing a history paper will definitely be fun, if you simply choose a really intriguing history essay topic. When you are finished with your essay, you must not merely check it for spelling and grammatical errors, but nevertheless, it also has to be checked for logical fallacies. If you wish to compose the essay yourself, we believe it would be best to decide on a universal subject or issue. Take into consideration this issue of the history essay you've already written before. If you wish to compose a superior history essay you'd better select a topic that's familiar to you. Remember your essay is about solving problems, thus a solution ought to be a highlight of the essay. Identifying an issue and proposing one or more solutions ought to be an important aspect in your essay. The Fundamentals of History 1302 Essay Topics Lefevor Revealed Inspiration to make your own advertising or media argumentative essay topics isn't challenging to discover. Remain realistic and pick a topic you are able to research. Since you can see, a number of the topics listed are new and tackle the recent issues happening in the World today. Curriculum proposal topics is a means to try. History 1302 Essay Topics Lefevor for Dummies The absolute most important part is your wisdom and comprehension. At the exact same time, detecting cause and effect relationships isn't that easy in regards to the selection of a great cause and effect essay topic. Afterwards, the greatest action to do is to narrow this issue down according to the guidelines offered by your professor. The re are cases which people have variations in regards to interpreting or giving meanings to words. History 1302 Essay Topics Lefevor Options The only rule to follow when picking a topic for your college essay is to select the topic you're eager to write about. While students may initially enjoy the idea of deciding upon an essay topic, they soon understand that the determination of essay topic ideas can be a little difficult. Your chosen topic ought to be focused. Talking over your favorite topic with your supervisor should hopefully avoid choosing a poor topic. When picking out persuasive essay topics to write about, it would be better to stick to your very own personal opinions so you are going to have a definite idea on what things to put in it. Still, figuring out the ideal topic for your essay isn't your only concern for a student. Your very first idea is nearly always very likely to be too large. At precisely the same time, it's a wonderful persuasive essay idea. If you've got to write your whole essay in 1 day, do your very best to give yourself breaks so you don't burn out. To produce an ideal IB history extended essay topic, you need to choose a particular subject area in the area. College application essay topics are a vital portion of an entertaining and compelling bit of writing. You should have accessibility to proper resources that will aid you to compose the essay with suitable sense and structure. The History 1302 Essay Topics Lefevor Game If you are searching for college essay examples, here's a great one below. A c ollege essay topic may or might not be freely dependent on the student based on the course and the professor. It's therefore important to thoroughly consider different college essay topics. There are several persuasive essay topics to select from to finish your high school or college assignment. The college essay is among the main facets of your college application. Luckily, you have our top-class group of writers who can assist students and teach them how to decide on the most suitable essay direction. When professors want all students to tackle the identical college essay topic, they will be quite specific with the assignment. In some instances, the college will offer an essay topic for you. In school, essay writing has been made to be part of our learning activity. Application essays about challenges reveal how you respond to difficulty to individuals who are really interested in how you are going to handle the subsequent four years by yourself. Finding out how to compose an essay is something which will help students not just in their school and college career, but throughout their life too. Most students have a tendency to decide on easy essay topics by talking about themselves, doing their very best to express their distinctive qualities and trying to stick out from the remainder of the pack.

Thursday, January 2, 2020

Reflection - 2220 Words

This reflection is divided into two parts: the importance of critical reflection and an evaluation of self. The first part will be drawing upon through the appropriate literature, and there are four points to prove the importance of critical reflection in personal development. It will be expounded and distinguish Reflection in action and Reflection on action. Then, the theory of Single and double loop learning will be introduced. Moreover, the reflection also includes the difficulties and challenges. In the second part, it will be reflected my own personal style or capabilities through MBTI Personality Test, because of there are two different styles for me, and through the comparison it will be proof which one is the best one. After†¦show more content†¦People should debrief their experiences after the fact in order to more fully understand and learn from them (The Personal Growth Library, N.D. b). For this, Hartog (2002a) showed a humanistic action research about the contin uing professional development, and he said: â€Å"Professional development traditionally engages in the transfer of skills and knowledge for the acquisition of technical competence for the ‘doing’ self.† (Hartog, 2002b) But comparing the professional development and the personal development, Clarkson (1995) stated that professional development tends not to engage feelings, whereas engaging feelings is to the important process of personal development. At the same time, Hartog (2002c) considered that Critical reflection on action is an iterative process that presents the happened things, and it is also helping people to constitute knowledge as a creative commodity open to reconfiguration. It can test people’s ideas, and attest assumptions through the practical actions. Chris Argyris and Donald Schon stated the concept of â€Å"double-loop† learning, it focuses on the ability to question and change the potential values and assumption of action in 1947. This is a skill which is essential for problem-solving and leadership (Cognitive Design Solutions, N.D.). In addition, Fook and Askeland (2007) stated that the biggest difficulties and challenges of reflection are people have toShow MoreRelatedReflection1650 Words   |  7 PagesIan-Bradley Tancred This essay analyses and describes what reflection is and how it supports your personal and professional learning. It elaborates upon how and why recognizing your strengths and weaknesses are important and how they can enhance lifelong learning. It describes what arguments and assertions are, what the differences are between them and which one is better. Debnath describes reflection as a means of self-examination to learn from knowledge and experiences which will help transformRead MoreReflection1479 Words   |  6 PagesReflections Both simple and complex reflections were used. A simple reflection used towards the beginning of the interview transpired into, â€Å"pretty active out doing a lot of things.† Alternatively, a complex reflection used when reflecting on Sarah’s feelings about what her friends think about her not socializing subsisted of, â€Å"it bothers you thinking about them, wondering about your intentions.† I used twice as many complex reflections as simple reflections. Unfortunately, I should have usedRead MoreReflection On The Word Reflection 701 Words   |  3 PagesFor me the word ‘reflection’ means taking time to really dig deep into my thoughts, to contemplate something meaningful and significant, to make a decision that often involves me and my future. It has a personal and emotional connection. Daudelin (1996) uses the word ‘reflection’ to encourage managers to create time to recognise the value of learning from past and current work s ituations (‘experience’) and to adapt this learning to new situations. I would prefer to choose the words ‘thought’ or ‘consideration’Read MoreReflection1218 Words   |  5 PagesReflection on your personal development Reflection is a major factor in developing self-awareness to improve services provided to everyone around me, this is to develop my own understanding in realising the good and bad made previously. Moving forward with a better understanding, as well as rectifying the mistake whilst recognizing the good points, (Horton-Deutsch and Sherwood, 2008). Working in a domiciliary setting and visiting vulnerable adults within their homes, I am constantly tryingRead Morereflection703 Words   |  3 Pageshelpful/ inspiring. Your completed template form and content should be a CRITICAL reflection of the paper/ chapter content but NOT merely summarize what you have read. TEMPLATE FOR REFLECTIONS ON EXPERIENCES DATE: PLACE: The experience 1. What experience are you reflecting on (class session, project group meeting, particular piece of reading, other)? Give a brief account of this experience. 2. 3. Reflections on Experience 4. 2. Looking back, what was particularly memorable/ interestingRead MoreReflection Of Illusion1635 Words   |  7 Pages Shattering a Reflection of Illusion I stare blankly at the blinking caret. Propped up snugly against three quilted pillows and one calculus textbook is my laptop. To be more specific, a laptop opened to an empty Microsoft Word document. Writing a speech is no easy task, but writing a valedictory address is like playing darts with spaghetti. Humbly accepting the position as the class valedictorian, I have been graced with the task of writing an excerpt that would fill my classmates’ hearts withRead MoreNursing reflection.12855 Words   |  52 PagesReflective Essay This essay will look at reflection on a critical incident that has promoted a positive outcome. It is not a very major incident but it stands out as it has a potential for learning. This essay will identify and explain Johns (1994) model of reflection and explain what reflection is and why reflective practice is necessary and how it can be used. Schone (1983) recommended reflection on critical incidence as a valuable term, sited in Ghaye and Lillyman (1997) a critical incidentRead MoreReflection Essay1616 Words   |  7 Pagesintegral part of nursing. It will also demonstrate how reflection enabled me to make sense of and learn from this experience, as well as identify any further learning developments needed to improve my practice and achieve the level of competency needed for when I qualify as an assistant practitioner. While discussing the knowledge underpinning practice, evidence based literature will be reviewed to support my discussion and for the purpose of reflection the essay will be written in the first person. SpouseRead MoreReflection On Self Development Through Reflection1854 Words   |  8 Pagesthrough reflection is a key issue of education and learning (Kennison, 2012), where you learn through experience (Tashiro, Shimpuku, Naruse and Matsutani, 2013), learn to self-evaluate (Duffy, 2013), identify gaps in knowledge and detect where further training or study is required to improve practice (Olarerin, 2013). Ultimately reflection is thought to be constant learning from practice, thus refining knowledge and experiences and putting them into practice (Naidoo, 2013). Within my reflection examplesRead MoreReflection Essay781 Words   |  4 PagesI determined that I needed a new interest, something to keep my mind engaged and challenged. I enrolled in the Doctor of Business Administration (DBA) through the Columbia Southern University (CSU) just for fulfillment. This reflection assignment exercise proves to be the catalyst for my future college endeavors. The assignment to reflect on DBA program dreamed of taking steps towards realizing those ideas and course accomplishments right now. Due to time some course assignments, I will embrace,