Wednesday, November 27, 2019

Reflective cycle after watching video of Miss Colo Essays - Health

Reflective cycle after watching video of Miss Colorado speaking about the role of the Nurse. Introduction It is very important that we develop a reflective style in nursing to improve our nursing practice. For the reflective process I will be using the Gibbs reflective process which is a six stage process of description, feelings/thoughts, evaluation, analys is, conclusion and action plan CITATION GGi88 \l 3081 (Briggs, 2012) . There are a large number of models to choose from, the Gibbs method allows for a clear description of situation, an expression of how you felt about the situation and an analysis and plan to make sense of the situation CITATION Jay12 \l 3081 (Jayatilleke Mackie, 2012) CITATION Som04 \l 3081 (Sommerville Keeling, 2004) . Reflection is a skill which helps us develop as nurses and make us improve our practices in nursing and utilize the knowledge that we have gained in class, and begin to perfect it in practice. Description: The YouTube video has Miss Colorado describing her role as a nurse and discussing that "one patient that reminds them of why they became a nurse in the first place". Her story is of Joe who was an Alzheimer's patient and is so touched by her care that he says to her she has changed his life and she is more than just a nurse. Miss Colorado reflects on this conversation and realizes she is more than just a nurse, she is a comforter and a life saver, not just a number. Ms. Colorado somewhat downplays her role when compared to other health professionals and makes it seem small in proportion to other health care professionals and to the role of doctors. When Joe says to her can you change the medication for me , and can change the treatment status for me she said I am just the Nurse , I am not your doctor. This is an odd description of the situation given that she walks on to the stage with a stethoscope, implying some role in the monitoring and reporting of the health status and treatment effectiveness of the current health intervention. Her discussion concerns the actions of a good nurse, and in particular that of "patient centered care" which has been identified by the Institute of Medicines, quality chasm' report as one of the six key elements of the New Health Care System CITATION Eps11 \l 3081 (Epstein Street, 2011) . The role of the nurse is a critical element in the process of patient centered care and their role is equal to all other members of a multidisciplinary health team despite the difficulties and skepticism that many nurses have for multidisciplinary team work CITATION Atw06 \l 3081 (Ke, et al., 2013) . Feelings I felt that the speech was very emotive and true and also she managed to get a very positive response from the audience. I was drawn in by her story of Joe as it reminded me of the very human element of our jobs, and many of the patients and families that I have come into contact with . She mentions her impact on Joe but of course does not go into much detail as to the role of modern nurses. She was trying to be empathetic to the patient in the video which I feel is very important however much of the description does not match my personal experience of the nursing profession, and possibly does not give a real insight into modern nursing and the core role of nurses and their everyday experience. I felt the video gives a romantic view of what being a nurse is like and so lacks some realism. Good Feelings: At a patient care level, she demonstrates a lot of good qualities in terms of how she deals with Joe in that she is aware of the effect of his treatment on the people around him like his family and how this impacts on them which I feel is a very important trait for nurses and secondly, even though she has not mentioned about the role of every day nursing other than just holding Joes hand when he has night terrors, which is lacking in

Saturday, November 23, 2019

Implementing QuickSort Sorting Algorithm in Delphi

Implementing QuickSort Sorting Algorithm in Delphi One of the common problems in programming is to sort an array of values in some order (ascending or descending). While there are many standard sorting algorithms, QuickSort is one of the fastest. Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. QuickSort Algorithm The basic concept is to pick one of the elements in the array, called a pivot. Around the pivot, other elements will be rearranged. Everything less than the pivot is moved left of the pivot - into the left partition. Everything greater than the pivot goes into the right partition. At this point, each partition is recursive quick sorted. Heres QuickSort algorithm implemented in Delphi: procedure QuickSort(var A: array of Integer; iLo, iHi: Integer) ; var   Ã‚  Lo, Hi, Pivot, T: Integer; begin   Ã‚  Lo : iLo;   Ã‚  Hi : iHi;   Ã‚  Pivot : A[(Lo Hi) div 2];   Ã‚  repeat   Ã‚  Ã‚  Ã‚  while A[Lo] Pivot do Inc(Lo) ;   Ã‚  Ã‚  Ã‚  while A[Hi] Pivot do Dec(Hi) ;   Ã‚  Ã‚  Ã‚  if Lo Hi then   Ã‚  Ã‚  Ã‚  begin   Ã‚  Ã‚  Ã‚  Ã‚  Ã‚  T : A[Lo];   Ã‚  Ã‚  Ã‚  Ã‚  Ã‚  A[Lo] : A[Hi];   Ã‚  Ã‚  Ã‚  Ã‚  Ã‚  A[Hi] : T;   Ã‚  Ã‚  Ã‚  Ã‚  Ã‚  Inc(Lo) ;   Ã‚  Ã‚  Ã‚  Ã‚  Ã‚  Dec(Hi) ;   Ã‚  Ã‚  Ã‚  end;   Ã‚  until Lo Hi;   Ã‚  if Hi iLo then QuickSort(A, iLo, Hi) ;   Ã‚  if Lo iHi then QuickSort(A, Lo, iHi) ; end; Usage: var   Ã‚  intArray : array of integer; begin   Ã‚  SetLength(intArray,10) ;   Ã‚  //Add values to intArray   Ã‚  intArray[0] : 2007;   Ã‚  ...   Ã‚  intArray[9] : 1973;   Ã‚  //sort   Ã‚  QuickSort(intArray, Low(intArray), High(intArray)) ; Note: in practice, the QuickSort becomes very slow when the array passed to it is already close to being sorted. Theres a demo program that ships with Delphi, called thrddemo in the Threads folder which shows additional two sorting algorithms: Bubble sort and Selection Sort.

Thursday, November 21, 2019

Advanced Hunting and Content Development Research Paper

Advanced Hunting and Content Development - Research Paper Example Attack or evading defenders’ tools involve using counter infrastructure and tools that compromise data. Defenders must then have indicators of compromise (IOC) such that their content identifies methods or numerous pieces of evidence (Orlando 23). This introduces the need to distinguish between analytic and hunting where analytics include the means of obtaining attractive objects, patterns, and events, and this is supported by hunting together with monitoring. However, monitoring is not analytics, but ensuring that the system is free from evident or hidden compromise by offenders. In their attack, offenders use different platforms and phishing techniques while defenders are forced to use such as exploit kit servers such as RSA Security Analytics to monitor phishing and other attacks. RSA security analytics work toward protecting phishing, and suspicious objects, patterns or events using notifications such as warnings, provision of information, and curbing suspicions. In all cases, RSA security analytics uses an event reconstruction to identify suspicions, warnings, or compromise, and communicates to the present security tools including intrusion prevention systems, and firewalls. The security tools are also informed of things that present threat to the system (Musthaler n.p). The two identified are Zenoss Core, Network Miner, and angry IP Scanner. The Zenoss Core platform combines system management and integrated network analysis of performance, events, availability, and configuration. The platform uses simple protocols for streaming data through SSH, JMX, and Syslong for flexible foundation to manage events and monitor logs. In addition, the tool offers features that are particularly geared towards virtual and cloud infrastructure. Network minor tool offers a great way of scrutinizing files, chat history, searching files,