2,224 research outputs found
A Process Modelling Framework Based on Point Interval Temporal Logic with an Application to Modelling Patient Flows
This thesis considers an application of a temporal theory to describe and model the patient journey in the hospital accident and emergency (A&E) department. The aim is to introduce a generic but dynamic method applied to any setting, including healthcare. Constructing a consistent process model can be instrumental in streamlining healthcare issues. Current process modelling techniques used in healthcare such as flowcharts, unified modelling language activity diagram (UML AD), and business process modelling notation (BPMN) are intuitive and imprecise. They cannot fully capture the complexities of the types of activities and the full extent of temporal constraints to an extent where one could reason about the flows. Formal approaches such as Petri have also been reviewed to investigate their applicability to the healthcare domain to model processes.
Additionally, to schedule patient flows, current modelling standards do not offer any formal mechanism, so healthcare relies on critical path method (CPM) and program evaluation review technique (PERT), that also have limitations, i.e. finish-start barrier. It is imperative to specify the temporal constraints between the start and/or end of a process, e.g., the beginning of a process A precedes the start (or end) of a process B. However, these approaches failed to provide us with a mechanism for handling these temporal situations. If provided, a formal representation can assist in effective knowledge representation and quality enhancement concerning a process. Also, it would help in uncovering complexities of a system and assist in modelling it in a consistent way which is not possible with the existing modelling techniques.
The above issues are addressed in this thesis by proposing a framework that would provide a knowledge base to model patient flows for accurate representation based on point interval temporal logic (PITL) that treats point and interval as primitives. These objects would constitute the knowledge base for the formal description of a system. With the aid of the inference mechanism of the temporal theory presented here, exhaustive temporal constraints derived from the proposed axiomatic system’ components serves as a knowledge base.
The proposed methodological framework would adopt a model-theoretic approach in which a theory is developed and considered as a model while the corresponding instance is considered as its application. Using this approach would assist in identifying core components of the system and their precise operation representing a real-life domain deemed suitable to the process modelling issues specified in this thesis. Thus, I have evaluated the modelling standards for their most-used terminologies and constructs to identify their key components. It will also assist in the generalisation of the critical terms (of process modelling standards) based on their ontology. A set of generalised terms proposed would serve as an enumeration of the theory and subsume the core modelling elements of the process modelling standards. The catalogue presents a knowledge base for the business and healthcare domains, and its components are formally defined (semantics). Furthermore, a resolution theorem-proof is used to show the structural features of the theory (model) to establish it is sound and complete.
After establishing that the theory is sound and complete, the next step is to provide the instantiation of the theory. This is achieved by mapping the core components of the theory to their corresponding instances. Additionally, a formal graphical tool termed as point graph (PG) is used to visualise the cases of the proposed axiomatic system. PG facilitates in modelling, and scheduling patient flows and enables analysing existing models for possible inaccuracies and inconsistencies supported by a reasoning mechanism based on PITL. Following that, a transformation is developed to map the core modelling components of the standards into the extended PG (PG*) based on the semantics presented by the axiomatic system.
A real-life case (from the King’s College hospital accident and emergency (A&E) department’s trauma patient pathway) is considered to validate the framework. It is divided into three patient flows to depict the journey of a patient with significant trauma, arriving at A&E, undergoing a procedure and subsequently discharged. Their staff relied upon the UML-AD and BPMN to model the patient flows. An evaluation of their representation is presented to show the shortfalls of the modelling standards to model patient flows. The last step is to model these patient flows using the developed approach, which is supported by enhanced reasoning and scheduling
WTO’s Trade Liberalisation, Agricultural Growth, and Poverty Alleviation in Pakistan
Pakistan is an agrarian based developing country, and like many other developing countries, its agriculture sector is subjected to domestic forces of demand and supply and changes in prices at international level, as well. More specifically, in the late 1990s, the World Trade Organisation (WTO) emerged as one the major players affecting such market changes more vigorously at international arena. The WTO’s Agreement on Agriculture, which was established as a result of the 1986–94 Uraguay Round talks, requires, for both developed and developing countries, to initiate a process of reforms in their agrarian economies with the objective of establishing a fair and market oriented agricultural trading system through multilateral trade negotiations. This Agreement on Agriculture (AoA) specifically asks for major reductions in export subsidies, domestic support and import barriers on agricultural products to achieve this objective, the WTO’s Agreement of Agriculture [WTO (2001)] had set the following quantitative targets for cuts in each of the three specified area, namely import tariffs, domestic supports and export subsidies.
An Analysis of Major Determinants of Poverty in Agriculture Sector in Pakistan
Replaced with revised version of paper 05/21/08.Food Security and Poverty,
Modeling and Optimizing Patient Flows
constructing a consistent process model and its simulation can be instrumental to be used in healthcare issues such as Consistent patient flow modeling. Current process modeling techniques used in healthcare are intuitive and imprecise such as flowcharts, unified modeling language activity diagram (UML AD) and business process modeling notation (BPMN). These techniques are vague in process description and cannot fully capture the complexities of the types of activities and types of temporal constraints between them. Additionally, to schedule patient flows; current modeling techniques does not offer any mechanism so healthcare relies on critical path method(CPM) and program evaluation review technique (PERT) that also have limitations i.e. finish-start barrier. It is imperative that temporal constraints between the start and/or end of a process needs to be specified, e.g., the start of A precedes the start (or end) of B, etc., however, these approaches failed to provide us with a mechanism for handling these temporal situations. This paper proposes a framework that provides enumeration of core concepts to describe a general knowledge base for Business and Healthcare domains. Algorithms are provided to represent the semantics of concepts i.e. based on their ontology. Furthermore, this logical basis is supported by Point graph (PG); a graphical tool, which has a formal translation to a point interval temporal logic (PITL) is used to simulate Patient flows for enhanced reasoning and correct representation. We will briefly evaluate an illustrative discharge patient flow example initially modeled using Unified Modeling Language Activity Diagram (UML AD) with the intention to compare with the technique presented here for its potential use to model patient flows
Improving DRAM Performance by Parallelizing Refreshes with Accesses
Modern DRAM cells are periodically refreshed to prevent data loss due to
leakage. Commodity DDR DRAM refreshes cells at the rank level. This degrades
performance significantly because it prevents an entire rank from serving
memory requests while being refreshed. DRAM designed for mobile platforms,
LPDDR DRAM, supports an enhanced mode, called per-bank refresh, that refreshes
cells at the bank level. This enables a bank to be accessed while another in
the same rank is being refreshed, alleviating part of the negative performance
impact of refreshes. However, there are two shortcomings of per-bank refresh.
First, the per-bank refresh scheduling scheme does not exploit the full
potential of overlapping refreshes with accesses across banks because it
restricts the banks to be refreshed in a sequential round-robin order. Second,
accesses to a bank that is being refreshed have to wait.
To mitigate the negative performance impact of DRAM refresh, we propose two
complementary mechanisms, DARP (Dynamic Access Refresh Parallelization) and
SARP (Subarray Access Refresh Parallelization). The goal is to address the
drawbacks of per-bank refresh by building more efficient techniques to
parallelize refreshes and accesses within DRAM. First, instead of issuing
per-bank refreshes in a round-robin order, DARP issues per-bank refreshes to
idle banks in an out-of-order manner. Furthermore, DARP schedules refreshes
during intervals when a batch of writes are draining to DRAM. Second, SARP
exploits the existence of mostly-independent subarrays within a bank. With
minor modifications to DRAM organization, it allows a bank to serve memory
accesses to an idle subarray while another subarray is being refreshed.
Extensive evaluations show that our mechanisms improve system performance and
energy efficiency compared to state-of-the-art refresh policies and the benefit
increases as DRAM density increases.Comment: The original paper published in the International Symposium on
High-Performance Computer Architecture (HPCA) contains an error. The arxiv
version has an erratum that describes the error and the fix for i
- …
