Abstract
The objective of our project was to improve the efficiency of the physical examination screening service of a large hospital system. We began with a detailed simulation model to explore the relationships between four performance measures and three decision factors. We then attempted to identify the optimal physician inquiry starting time by solving a goal-programming problem, where the objective function includes multiple goals. One of our simulation results shows that the proposed optimal physician inquiry starting time decreased patient wait times by 50% without increasing overall physician utilization.
Similar content being viewed by others
Avoid common mistakes on your manuscript.
Introduction
Physical examination (PE) services are commonly used for routine annual screening examinations and pre-employment check-ups in various institutional settings throughout Taiwan. These services are time-consuming for both the patients and the clinical personnel at the medical clinics. As such, maximal patient throughput and physician efficiency are critically important.
This analysis considers a routine medical physical examination consisting of three ordered stages: (1) registration, (2) a series of diagnostic sub-stages (xray, ultrasound, blood analysis, and electrocardiogram) not in any particular order, and finally (3) physician inquiry. The three ordered stages are illustrated in Fig. 1. We define “the confined constraint” to be the inclusion of all three stages in the PE service; that is, removing any stage from the PE service is not an option.
The intake procedures at the studied PE service is as follows: Up to 25 patients (required to refrain from eating or drinking after 9:00 pm the day before their clinical exam) are scheduled per morning; all patients are asked to arrive at the hospital by 8:00 am. The physician inquiry starting time (pist), for stage 3 is scheduled for 10:30 am. Throughout this paper, we use “original” PE service or policy to refer to the aforementioned PE service and policy.
We quantify the impact of these 4 measures with respect to the three decision factors for the original system: (i) patient dispatching rules, (ii) physician inquiry starting time and (iii) scheduled patient arrival time. We first built a discrete-event simulation model to generate corresponding data. We then constructed a meta-model from our regression model (based on simulation input and output data). Finally, we adopted goal-programming to reach an integrated objective, which included multiple goals: minimizing the patient wait time, the probability of the patient experiencing a prolonged (longer than 150 min) wait time, and the mean physician total inquiry time; and maximizing physician utilization.
Most studies regarding PE services focus on the improvement of physical diagnosis skills [4, 28, 32] and examination reliability [11, 21, 24, 29]. The scant attention paid to improving the efficiency of PE services may be due to PE patients having pre-scheduled arrival times, unlike walk-in outpatients who have random arrival times without specific lower and upper limits. Studies which examine the efficiency of health care systems generally (i.e., not focused on PE systems) include [1–3, 5, 13, 18, 23, 26, 27, 36]. All of the aforementioned papers discuss optimal policy in terms of a single performance measure, such as physician utilization or patient wait time; none discuss combining multiple measures, such as simultaneously maximizing physician utilization and minimizing both the physicians’ total shift time and patient wait time, as the objective function.
To our knowledge, all PE services in Taiwan include a physician inquiry stage. Further, no existing papers discuss the advantage of the proposed approach of omitting or postponing the physician inquiry stage. Although the original motivation for this study was to improve the efficiency of a specific PE service, the insights gained via the detailed simulation model and goal-programming are of more general value. The overall objectives of this paper are to share these insights and to propose improved strategies that have wide applicability.
Materials and methods
We constructed a discrete-event simulation (DES) model and attempted to identify the optimal pist to reach multiple goals. Specifically, two types of goals are simultaneously considered in the objective function. From the physician/clinic point of view, we would like to maximize physician utilization and minimize physician total shift time; from the patients’ point of view, we would like to minimize patient wait time and the prolonged wait rate. The integrated measure that combines these four measures is adopted in the goal-programming problem in this paper.
Simulation model
A DES model was constructed to develop a general PE flow model.
Performance measures
The four measures are: (a) physician utilization, p u , which is defined as the probability that the doctor in the inquiry stage is busy; (b) the mean of physician total shift time in the inquiry stage, E(D), where D is the time that the doctor serves in the inquiry stage; (c) the mean of a randomly selected patient wait time in the system, E(W), where W = W i , with probability 1/20, i = 1, 2, ..., 20; and (d) the patient prolonged wait rate, which is measured by the probability that a patient will stay in the clinic more than 150 min, P(W > 150). We remind readers that wait time should be defined carefully because patient wait time is not always in a steady state. We define wait time “W” to be the composition of all patient wait times in this paper. That is, we use the notation “W” as a “randomly selected patient wait time” rather than any particular patient’s wait time because the i th patient wait time, i = 1, 2, ..., 20, is in a transient, rather than steady, state.
Decision variables
The decision variables are: (i) three patient dispatching rules; (ii) 31 physician inquiry starting times t = 0, 5, 10, 15, 20, ..., 150, where t = 0 denotes a physician inquiry starting time of 8:00 am; and (iii) two types of patient arrival policies. Therefore, there are 3 ×31 ×2 = 186 possible scenarios for the simulation experiments.
Simulation input modelling
Simulation modeling first requires the collection of actual data. For each patient, we recorded registration time and the times that the patient began and ended each stage of their examination. These data were used to fit distributions for the patient inter-arrival times; and processing times for registration, x-ray, ultrasound, blood draw, electrocardiogram, and physician inquiry.
The hypothesized probability density functions considered in this paper are functions of uniform or beta distributions because these two types of distributions have a finite range. Chi-square tests for goodness-of-fit (Montgomery and Runger [22] p.316), a commonly used measurement of how well the sample data fit a hypothesized probability density function, were used to evaluate the fits of various probability distributions to the observed data. Maximum-likelihood-estimators are used to estimate the distribution parameters.
There are two types of random processes involved in the studied PE service: the arrival process and service processes. For the arrival process, we fit the patient inter-arrival times as 0.01 + 28.13 beta(0.74, 3.4) with a mean time of 5.05 min. For service processes, the fitted distributions for registration, x-ray, ultrasound, blood draw, electrocardiogram, and physician inquiry are listed in Table 1. The corresponding mean and variance for each fitted distribution are also shown.
Simulation replications
We executed 5000 replications of the simulation experiments for each of 186 scenarios. One replication generates one estimator of the performance measure. Based on 5000 replications, we can obtain the estimates and the standard error of each performance measure, such as the patient mean wait time.
Common random numbers
To minimize sampling error in our simulation experiments, common random numbers (CRN, which is a variance reduction technique [19, 33]) are used to investigate the performance under different scenarios. In our study, there are eight random streams in a set for each of 186 replications, i.e.,
where \(\mbox{{\bf R}}_{1}^j, \ldots, \mbox{{\bf R}}_{7}^j\) are random number streams used for generating the seven distributions, as shown in Column 3 in Table 1; and \(\mbox{{\bf R}}_{8}^j\) is the stream used for generating each registered patient’s next sub-stage in Stage 2. To carry out CRN, we have to use the same random stream set for all 186 combinations of scenarios in a replication; that is, \(\mbox{{\bf R}}_{i}^{1} = \mbox{{\bf R}}_{i}^{2} =\cdots =\mbox{{\bf R}}_{i}^{186}, i=1,2, \ldots 8\).
Simulation software
For this paper we used SIGMA [31] to create our discrete event model. SIGMA is based on an intuitive event graph [30] approach to simulation modeling. We used SIGMA [31] rather than another simulation software because it can be automatically translated into C code. Implementing CRN in C code is easier than in other simulation software. Other simulation software includes Arena [14], Extend [16], Expertfit [20], Flexsim [25]. A thorough review of simulation software can be found in Swain [35].
Verification and validation
We verified and validated the simulation logic and model from three perspectives. First, the program logic was verified by an expert programmer and medical practitioner. Second, we applied the single-step run mode, which is a SIGMA feature, for model verification. Specifically, the run mode permits a user to monitor variable changes and the list of scheduled events to verify the logic of a simulation. Finally, we compared observed data and simulated estimates for the means of patient waiting times in the system and physician utilization (see Table 2) and concluded that the simulation model reliably mimics observed performance.
The numerical values corresponding to the column of means in Table 2 show that the observed and simulated mean patient wait time differ by 1.7%, and that the observed and simulated utilization differ by 2%. All reported simulation values in Table 2 are correct to within one or two units of the last reported digit [34].
Goal programming
This section discusses the selection of the best pist via solving a goal-programming problem, where the objective function needs to be estimated. The multiple goals we considered simultaneously are the maximization of physician utilization and the minimization of the other three performance measures.
A prototype multiple goals programming problem is defined as (P1) (Hillier and Lieberman [10] p.332):
where the four performance measures p u , \(\mbox{E}(D)\), \(\mbox{E}(W)\), and \(\mbox{P}(W>150)\) are functions of t; c 1 and c 2 are pre-specified values; g 1 is the upper bound of utilization; and g 2, g 3, g 4 are the lower bounds of \(\mbox{E}(D)\), \(\mbox{E}(W)\), and \(\mbox{P}(W>150)\), respectively; and \(y_{i}^{+}\) and \(y_{i}^{-}\) represent the amount beyond g i and below g i respectively.
The values c 1, c 2 are used as the penalty costs if the response values do not satisfy the goal. We set c 1 = 2 to indicate that one unit of physician benefit (such as utilization) is as important as 2 units of patient benefit (such as prolonged wait rate). We set c 2 = 5 to indicate that one unit (one percent) of physician utilization is as important as 5 units (minutes) of total shift time, and similarly, one unit (percent) of patient prolonged wait rate is counted as important as 5 units (minutes) of mean wait time. We set the upper bound of utilization as g 1 = 1. We set g 2 = g 3 = g 4 = 0 because the true lower bounds for the mean patient wait time and the mean physician total shift time are unknown, and setting the values g 2, g 3, g 4 lower than their true lower bounds will not change the solution of problem (P1).
Inserting c 1 = 2, c 2 = 5, g 1 = 1, g 2 = g 3 = g 4 = 0 into the problem and unifying the objective function and constraints of (P1), we can rewrite problem (P1) as (P2):
where we call z(t) the integrated performance measure which includes our multiple goals. It is noted that z(t) needs to be estimated via simulation.
We can solve problem (P2) using one of three methods: the interactive approach (IA), ranking and selection (R&S), or multiple comparison procedures (MCPs) [9]. The concept of standard error underlies all three approaches, but they differ in that R&S and MCPs need to determine the sample size to ensure a probability guarantee, but IA does not.
We adopted the IA approach to select the optimal pist. That is, we first simulate 31 scenarios with respect to 31 values of t, then select the best t in terms of the integrated performance measure. Moreover, we apply leading-digit rules [34] to report all estimates. That is, we report the point estimate through the leading digit of its standard error.
Results
The simulation results demonstrate that the studied PE service is not a stationary system. Further, among the three decision variables, only physician inquiry starting time has a significant impact on the four performance measures.
Transient behavior of patient wait time
The transient behavior of the i th, i = 1, 5, 11, 20, patient wait times in the original PE service is illustrated in Fig. 2, in which the estimated mean and variance are stated below each of the four plots. As expected, the distributions of the i th, i = 1, 5, 11, 20, patient wait times of the PE service are not identical. Further, neither the means nor variances of patient wait time of the PE services converge on a fixed value. Specifically, the mean and variance for the first patient are 157.3 min and 2.8 min2 (see Fig. 2a); and for the last patient are 198.3 min and 529 min2 (see Fig. 2d), respectively. That is, patient wait times are in a transient state, not steady state.
Impact of dispatching rules
We investigate whether different dispatching rules affect patients and clinic performance. Recall that the original patient dispatching rule is random: patients randomly choose the next stage for service. The alternative dispatching rules we considered were longest processing time (LPT) and shortest processing time (SPT).
The results from the four plots in Fig. 3 show that the three patient dispatching rules have a negligible influence on physician utilization, physician total shift time in the inquiry stage, patient wait time, or the patient prolonged wait rate. The x-axis of the four plots in Fig. 3 is pist and the y-axis for plots (a), (b), (c), (d) are p u , E(D), E(W), and P(W > 150), respectively. If pist is 9:00 am (corresponding to 60 on the x-axis), then the LPT policy provides a shorter E(W) than both Random and SPT policies with respect to both E(W) and p u performance. Although this difference is statistically significant, there is no practical difference.
Impact of staggered arrival policy
We investigated whether two types of patient arrival policies affect on four previously described measures, where (1) the original (one-group) policy has a fixed registration time at 8:00 am for all patients, and (2) the staggered policy adopts two registration times, 8:00 am and 9:00 am. Figure 4 is similar to Fig. 3 with the same x-axis and y-axis, except that the two plots in Fig. 4 represent the two different patient arrival schedules.
The two plots in Fig. 4a and b are almost identical; the two patient arrival policies did not affect any of the four measures. Although the two plots in Fig. 4c and d are not identical, their differences are not practically significant.
Impact of physician inquiry starting time
We investigate whether physician inquiry starting time affects patients and clinic performance. The plots in Figs. 3 and 4 clearly demonstrate that the physician inquiry starting time has a strong impact on performance. For example, the mean physician utilization p u rises from 0.70 to 0.98 to 1.0 as the pist increases from 8:00 am to 9:00 am to 9:10 am, as seen in Fig. 4a. The mean physician total shift time decreases from 200 min to 147 min as the pist increases from 8:00 am to 9:00 am, seen in Fig. 4b. The mean patient wait time increases from 90 min to 178 min as the pist increases from 9:00 am to 10:30 am. The patient prolonged wait rate increases from 0 to 0.96 as the pist increases from 9:00 am to 10:30 am.
Meta-models
Because pist has a strong impact on all four performance measures, we constructed regression models for the four measures as functions of pist. Such regression models are also referred to as meta-models [8, 15] because they are models based on simulation models. The advantage of a meta-model is its functional form which can be used to approximate performance values as a function of any physician inquiry starting time. We did not intend to replace the unknown performance measures with the corresponding meta-models into the goal-programming problem (P2) and solve it for optimal solution.
For each performance measure, we consider two types of meta-models: quadratic and mixed (linear and quadratic). That is, the physician utilization, p u ; the mean physician total shift time, E(D); the mean patient wait time, E(W); and the patient prolonged wait rate, P(W > 150) are written as functions of t, pist in two types of functional forms. The value of R 2 inside the parentheses is a commonly used quality measure to indicate the fitness of the corresponding meta-model.
-
1.
Fitted physician utilization, \(\hat{p}_u\):
-
a.
Quadratic (R 2 = 0.98):
$$ \hat{p}_u = 0.704 + 0.00566 t - 0.000026 t^2 $$ -
b.
Mixed (R 2 = 0.99):
$$ \hat{p}_u=\left\{ \begin{array} {ll} 0.711 + 0.0043 t, & 0 \leq t \leq 60 \\ 0.9993, & 60 < t \leq 150 \end{array} \right. $$
-
a.
-
2.
Fitted physician total shift time, \(\hat{{\rm E}}(D)\):
-
a.
Quadratic (R 2 = 0.98):
$$ \hat{{\rm E}}(D) = 201 - 1.13 t + 0.00524 t^2 $$ -
b.
Mixed (R 2 = 0.99):
$$\begin{array}{l}\hat{{\rm E}}(D) \\ \quad =\left\{ \begin{array} {ll} 203 - 1.11 t + 0.00284 t^2, & 0 \leq t \leq 60 \\ 144.5, & 60 < t \leq 150 \end{array} \right.\end{array}$$
-
a.
-
3.
Fitted waiting time in system, \(\hat{{\rm E}}(W)\):
-
a.
Quadratic (R 2 = 0.99):
$$ \hat{{\rm E}}(W)= 72.4 + 0.0777 t + 0.00444 t^2 $$ -
b.
Mixed (R 2 = 0.99):
$$\hat{{\rm E}}(W)\\ \quad =\left\{ \begin{array} {ll} 76.5, & 0 \leq t \leq 40 \\ 45.4 + 0.68 t +0.00144 t^2, & 40 < t \leq 150 \end{array} \right.$$
-
a.
-
4.
The fitted patient prolonged wait rate, \(\hat{\rm P} (W >150)\):
-
a.
Quadratic (R 2 = 0.99):
$$ \hat{\rm P}(W >150) = 0.0862 - 0.0072 t + 0.000086 t^2 $$ -
b.
Mixed (R 2 = 0.99):
$$\begin{array}{l}\hat{\rm P}(W >150)\\ \quad = \left\{ \begin{array}{ll} 0.00265, &\,\,\, 0 \leq t \leq 60 \\ 0.522 - 0.0169 t \\ \quad + 0.000134 t^2, &\,\,\, 60 < t \leq 150 \end{array} \right.\end{array}$$
-
a.
Although the values of R 2 for all quadratic and mixed meta-model are above 0.98, the mixed models fit better than the quadratic models (see Fig. 5). Note that R 2 cannot measure the appropriateness of the models. For example, in Fig. 5a, we observe that the quadratic model suggests some values of p u larger than the feasible upper bound 1, and in Fig. 5d, the quadratic model suggests some values of P(W > 150) lower than the feasible lower bound 0. That is, the quadratic models suggest some infeasible values for p u and P(W > 150), although the corresponding R 2 is as high as 0.98.
Proposed policies
In this section, we propose two policies to improve the PE services. Policy 1 provides an optimal pist under the confined constraint and policy 2 is an innovative approach that relaxes the confined constraint.
Policy 1: Determining the optimal physician starting inquiry time
Policy 1 suggests the pist to be 9:00 am, which is the optimal solution for the goal program (P1) using the IA approach. We estimate the objective function, shown in problem (P1), with respect to 31 possible pist (every 5 min between 8:00 am to 10:30 am).
The comparison between the original policy and Policy 1 is given in Table 3. The two policies differ in that the pist is 10:30 vs. 9:00 am; both policies apply random dispatching rules and have no staggered arrival rules. Policy 1 reduces the mean patient wait time by half (179 min to 90 min) (Column 7 of Table 3) and decreases the patient prolonged wait rate from 0.96 to 0.003 (Column 8), but the physician utilization (1 vs. 0.98) (Column 5) and the mean physician total service time (145 vs. 148 min) (Column 6) essentially remain the same.
Policy 2: An innovative approach
In addition to the above, we believe that we have identified a further improvement to Policy 1. In this section, we explore an approach that changes the original PE system by either postponing (after all diagnostic studies have been completed) or omitting the physician inquiry stage (if there are no abnormalities to discuss) from the original PE service.
In the original PE service, there is a trade-off between decreasing the mean patient wait time and increasing physician utilization. Therefore, the optimal solution proposed was a compromise instead of an ideal solution for both patients and physicians. Recognizing this potential conflict and realizing that most of the laboratory and radiology results for each patient are not available in the inquiry stage, Policy 2 proposes omitting or postponing the physician inquiry stage from the current PE service. After patients receive their complete PE results via postal mail (normally one week after the patient receives the PE services), they would only be asked to return to the clinic for physician inquiry service if abnormal results are identified.
From the patient’s point of view, the mean patient wait time would decrease by more than half (from 179 min to 65 min; see Column 7 of Table 3). Furthermore, the patient would receive more complete advice from the clinic as subsequent referral and scheduling of a return visit (if necessary) would be directed to the appropriate specialist. Thus, return visits would be more time-efficient for patients.
We recognize the importance and diagnostic value of the physician inquiry and acknowledge that some serious medical problems may not be apparent if replying on laboratory tests alone. However, we believe that for physical examination situations in which the goal is to screen a large number of people for common medical problems, delaying or omitting the physician inquiry stage will lead to overall improved efficiencies while still providing quality medical care.
Discussion
Increasing the efficiency of PE services in terms of patient wait time and physician utilization is an important topic, especially when PE services are commonly used for routine pre-employment and annual screening examinations for employees in various institutional settings throughout Taiwan. This paper proposed a discrete-event simulation model, then adopted goal programming to reach an integrated objective, which included multiple goals.
Many studies have applied computer simulation for optimization problems in health care systems. For example, Kropp and Carlson [17] adopted a recursive optimization-simulation approach to ambulatory health care settings. Wullink et al. [37] developed a discrete-event simulation model to investigate the optimal policy for reserving operating room capacity. In the last few years, several articles have been devoted to comprehensive surveys of applying such simulations to health care systems. England and Roberts [6] provided a framework for computer simulation in health care. Jun et al. [12] published a review of such applications, covering the early 1960s to the late 1990s. Fone et al. [7] conducted a systematic review evaluating the extent, quality, and value of computer simulation modeling for population health and health care delivery.
To our knowledge, all of the abovementioned papers discuss optimal policy in terms of a single performance measure, such as physician utilization or patient wait time; none discuss combining multiple measures, such as simultaneously maximizing physician utilization and minimizing both the physicians’ total shift time and patient wait time, as the objective function. In addition to addressing multiple goals via goal-programming methodology, this paper implements common random numbers in its simulation experiments to reduce sampling error, and also discusses meta-models to establish a mathematic relationship among performance measures.
In our model we considered various feasible, optimal, and ideal solutions. A feasible solution achieved the minimum requirement for clinical efficiency, whereas the optimal solution was obtained among all feasible solutions within confined constraints. The ideal solution, however, was reached via relaxing existing confined constraints. Once a potential solution was reached, we then considered whether it was a compromise solution between two performance measures and how we could solve any conflicts in order to identify an ideal solution. We solved any identified conflicts by thinking beyond the existing confined constraints.
Figure 6 illustrates the performance measures, decision variables, methods, and solution types adopted in this paper. The framework shown in Fig. 6 could also be used as a generalized framework for any clinic service system.
Conclusion
The simulation results illustrate that while the three patient dispatching rules and two types of patient arrival policies have a negligible impact on any of the four outcome measures, the physician inquiry starting time has a strong impact on performance. We propose two improved policies. Policy 1 proposes changing the physician inquiry starting time from 10:30 am to 9:00 am. Policy 1 decreases patient wait time by 50% and decreases the patient prolonged wait rate from 0.96 to 0.003 without increasing overall physician utilization or total physician shift time. Policy 2 suggests the postponement or omission of the physician inquiry stage, with further examination reserved for patients with abnormal results. Following Policy 2, the mean patient wait time decreases by more than half (from 179 min to 65 min) without the requirement of additional clinic resources. Furthermore, the patient will receive more complete advice from the clinic, as subsequent referral and scheduling of a return visit (if necessary) will be directed to the appropriate specialist.
References
Aharonson-Daniel, L., Paul, R. J., and Hedley, A. J., Management of queues in out-patient departments: The use of computer simulation. J. Manage. Med. 10:50–58, 1996.
Babes, M., and Sarma, G. V., Out-patient queues at the Ibn-Rochd Health Centre. J. Oper. Res. Soc. 42:845–855, 1991.
Clague, J. E., Reed, P. G., Barlow, J., Rada, R., Clarke, M., and Edwards, R. H. T., Improving outpatient clinic efficiency using computer simulation. Int. J. Health Care Qual. Assur. 10:197–201, 1997.
Dull, P., and Haines, D. J., Methods for teaching physical examination skills to medical students. Fam. Med. 35:343–348, 2003.
Edwards, R. H., Clague, J. E., Barlow, J., Clarke, M., and Reed, P.G., Operations research survey and computer simulation of waiting times into medical outpatient clinic structures. Health Care Anal. 2:164–169, 1994.
England, W., and Roberts, S. D., Applications of computer simulation in health care. In: Nielsen, N. R., Hull, L. G., and Highland H. J. (Eds.), Proceedings of the 1978 Winter Simulation Conference, pp. 665–677. Piscataway, NJ: Institute of Electrical and Electronics Engineers, 1978.
Fone, D., Hollinghurst, S., Temple, M., Round, A., Lester, N., Weightman, A., Roberts, K., Coyle, E., Bevan G., and Palmer, S., Systematic review of the use and value of computer simulation modeling in population health and health care delivery. J. Public Health Med. 25:325–335, 2003.
Friedman, L.W., and Pressman, I., The metamodel in simulation analysis: Can it be trusted? J. Oper. Res. Soc. 39:939–948, 1988.
Goldsman, D., Nelson, B. L., and Schmeiser, B., Methods for selecting the best system. In: Nelson, B. L., Kelton, W. D., and Clark, G. M. (Eds.), Proceedings of the 1991 Winter Simulation Conference, pp. 177–186. Piscataway, NJ: Institute of Electrical and Electronics Engineers, 1991.
Hillier, F. S., and Lieberman, G. J., Introduction to operations research, (7th ed.). New York: McGraw-Hill, 2001.
Indra, R., Patil, S. S., Joshi, R., Pai, M., and Kalantri, S. P., Accuracy of physical examination in the diagnosis of hypothyroidism: A cross-sectional double blind study. J. Postgrad. Med. 50:7–10, 2004.
Jun J. B., Jacobsen, S. H., and Swisher, J. R., Application of discrete-event simulation in health care clinics: A survey.J. Oper. Res. Soc. 50:109–123, 1999.
Kalton, A. G., Singh, M. R., August, D. A., Parin, C. M., and Othman, E. J., Using simulation to improve the operational efficiency of a multidisciplinary clinic. J. Soc. Health Syst. 5:43–62, 1997.
Kelton, W. D., Sadowski, R. P., and Sturrock, D. T., Simulation with Arena, (4th ed.). Boston, MA: McGraw-Hill, 2006.
Kleijnen, J. P. C, DASE: Design and analysis of simulation experiments, (1st ed.). New York, NY: Springer, 2007.
Krahl, D., Extend: An interactive simulation tool. In: Chick, S., Sánchez, P. J., Ferrin, D., and Morrice, D. J. (Eds.), Proceedings of the 2003 Winter Simulation Conference, pp. 188–196. New York, NY: Institute of Electrical and Electronics Engineers, 2003.
Kropp, D. H., and Carlson, R. C, Recursive modeling of ambulatory health care settings. J. Med. Syst. 1:123–135,1977.
Kwak, N. K., Kuzdrall, P. J., and Schmitz, H. H., The GPSS simulation of scheduling policies for surgical patients.Manage. Sci. 22:982–989, 1976.
Law, A.M., Simulation modeling and analysis, (4th ed.). Boston, MA: McGraw-Hill, 2007.
Law, A. M., Simulation modeling and analysis with expertfit software, (4th ed.). Boston, MA: McGraw-Hill, 2006.
Miller, D., Garza, J., Tuggle, D., Mantor, C., and Puffinbarger, N., Physical examination as a reliable tool to predict intra-abdominal injuries in brain-injured children. Am. J. Surg. 192:738–742, 2006.
Montgomery, D. C., and Runger, G. C., Applied statistics and probability for engineering, (3rd ed.). New York: Wiley,2006.
Nardone, D. A., James, K. E, and Finck, D. L., Impact of gowning on visit length and physical examinations. J. Gen. Intern. Med. 13:489–490, 1998.
Nomden, J. G., Slagers, A. J, Bergman, G. J. D., Winters, J. C., Kropmans, T. J. B., and Dijkstra, P. U., Interobserver reliability of physical examination of shoulder girdle. Man. Ther. 14:152–159, 2009.
Nordgren, W. B., Flexsim simulation environment. In: Chick, S., Sánchez, P. J., Ferrin, D., and Morrice, D. J. (Eds.), Proceedings of the 2003 Winter Simulation Conference, pp. 197–200. New York, NY: Institute of Electrical and Electronics Engineers, 2003.
Podgorelec, V., and Kokol, P., Towards more optimal medical diagnosing with evolutionary algorithms. J. Med. Syst. 25:195–219, 2001.
Raouf, A., and Ben-Daya, M., Outpatient clinic’s staffing: A case study. Int. J. Health Care Qual. Assur. 10:229–232,1997.
Reilly, B. M., Physical examination in the care of medical inpatients: An observational study. Lancet 362:1100–1105,2003.
Salerno, D. F., Franzblau, A., Werner, R. A., Chung, K. C., Schultz, S., Becker, M. P., and Armstrong, T. J., Reliability of physical examination of the upper extremity among keyboard operators. Am. J. Ind. Med. 37:423–430, 2000.
Schruben, L. W., Simulation modeling with event graphs. Commun. Assoc. Comput. Mach. 26:957–963, 1983.
Schruben, L. W., Simulation graphical modeling and analysis (SIGMA) tutorial. In: Balci, O., Sadowski, R. P., and Nance, R. E. (Eds.), Proceedings of the 1990 Winter Simulation Conference, pp. 158–161. Piscataway, NJ: Institute of Electrical and Electronics Engineers, 1990.
Schwind, C. J., Boehler, M. L., Folse, R., Dunnington, G, and Markwell, S. J., Development of physical examination skills in a third-year surgical clerkship. Am. J. Surg. 181:338–340, 2001.
Shechter, S. M., Schaefer, A. J., Braithwaite, R. S., and Roberts, M.S., Increasing the efficient of Monte Carlo cohort simulation with variance reduction techniques. Med. Decis. Mak. 26:550–553, 2006.
Song, W.-M. T., and Schmeiser, B. W., Omitting meaningless digits in point estimates: The probability guarantee of leading-digit rules. Oper. Res. 57(1):109–111, 2009.
Swain, J. J., “Gaming” reality: Biennial survey of discrete-event simulation software tools. OR/MS Today 32:44–55, 2005.
Vogt, W., Braun, S. L., Hanssmann, F., Liebl, F., Berchtold, G., Blaschke, H., Eckert, M., Hoffmann, G. E., and Klose, S., Realistic modeling of clinic laboratory operation by simulation. Clin. Chem. 40:922–928, 1994.
Wullink, G., Houdenhoven, M. V., Hans, E. W., Oostrum, J. M., Lans, M., and Kazemier, G., Closing emergency operating rooms improves efficiency. J. Med. Syst. 31:543–546, 2007.
Acknowledgements
This research is supported by the National Science Council of the Republic of China under Grant No. NSC-97-2221-E-007-097. We thank Davis Senior High School students Michael Chuang and Samping Chuang for helping collect data.
Open Access
This article is distributed under the terms of the Creative Commons Attribution Noncommercial License which permits any noncommercial use, distribution, and reproduction in any medium, provided the original author(s) and source are credited.
Author information
Authors and Affiliations
Corresponding author
Electronic supplementary material
Below is the link to the electronic supplementary material
Rights and permissions
Open Access This is an open access article distributed under the terms of the Creative Commons Attribution Noncommercial License (https://creativecommons.org/licenses/by-nc/2.0), which permits any noncommercial use, distribution, and reproduction in any medium, provided the original author(s) and source are credited.
About this article
Cite this article
Song, W.T., Chih, M. & Bair, A.E. Improving the Efficiency of Physical Examination Services. J Med Syst 34, 579–590 (2010). https://doi.org/10.1007/s10916-009-9271-z
Received:
Accepted:
Published:
Issue Date:
DOI: https://doi.org/10.1007/s10916-009-9271-z