search for: appointments

Displaying 20 results from an estimated 300 matches for "appointments".

Did you mean: appointment
2009 Nov 01
1
please help - complicated polymorphic association
I am trying to build a shared-appointment system, where users can subscribe to appointments and be updated whenever changes are made to them. I have three objects in this system, appointments, users, and subscribers. Subscribers are a polymorphic object like so: class Subscriber < ActiveRecord::Base belongs_to :user belongs_to :subscribable, :polymorphic => true end The trick...
2006 Mar 29
3
Redirect Post for Hiding ID?
...ndered (the save one), but if they use the browser refresh it''ll save the data again. I thought about doing a redirect to a view that loads the newly created object, but this shows their appointment ID in the URL. Someone could simply subtract a couple ID''s to view other peoples appointments. I was hoping there would be a nice Rails solution. I could create a view that just does a POST at onLoad which posts to a page that loads the appointment and shows the data, that way the ID wont show, but was hoping there would be an easier way using Rails. I did notice there was a post method...
2008 Sep 02
5
Appending a record to a table
Hi I''m not too sure how best to explain this but here goes! I am trying to write an appointment system. I have, through example, just about got the dynamics correct. Even tried to play with some table joins (and excuse me if I''ve used the incorrect terminlogy). But no matter what I try I can''t seem to get the following code to work. I have a cart filled with Treatment
2013 Apr 26
2
looking for a way to do appointment reminders
Hello, My health care organization is looking for a way to do appointment reminders. We currently have staff members who spend part of each day manually calling patients to remind them of their upcoming appointments, and we would like to automate this process. Our electronic health record software would provide such information as the patient's name, phone number, and day and time of the appointment, and Asterisk could take this information and place an automated call to the patient. We would like th...
2008 Sep 06
6
Active record question
I''m not quite sure how to get at this data using Actrive record.. I''m trying to get all the appointments made for a particular project. I''m using four models, Projects, Tasks, Resources and Appointments. The SQL gets me what I''m looking for but how do I do it using Active Record? Select a.* from appointments a join resources r on r.id = a.resource_id join tasks t on t.id = r.task_...
2007 Oct 07
22
Differences in execution between console and app
class AppointmentBook < ActiveRecord::Base has_many :appointments def lookup(date, look_ahead = 27) return nil unless block_given? (date..date + look_ahead).each do |date| yield(date, appointments.find_all_by_date(date)) end end end The line with yield is throwing the error: undefined method ''each'' for #<Date: 490876...
2009 Sep 03
2
How can I appoint a small part of the whole data
Dear all, I have 1980~1990 eleven datas, every year have three variables, wage gender(1=female, 2=male) race(1=black, 2=white) My original commands is: fig2b<-reldist(y=mu1990$wage,yo=mu1980$wage,.......) I have three questions: 1. If I want to appoint y=women's wage in 1990 yo=women's wage in 1980 2. If I want to appoint y=women's wage in
2005 Oct 19
4
ER strikes back
...mple to know how many articles a user has, is faster, since this table does not contain any additional data as the articles themselves. Now, the real question: Here at my job, I''ve convinced my boss to rail the next project. Among a lot of other things, there will be a diary. It will have appointments, meetings, tasks, and, who knows, more things. I have named all those things ''events'' (note that the diary elements inherit from event, as articles did from content). So, ¿how would you do this database schema? I have a partner that says that entity-relation models simplify my mul...
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display appointments, dates, anniversaries, birthdays, recurring appointments, appointments spanning multiple days? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email t...
2010 Jul 15
3
Good script to make appointment?
Hello I'd like to write a script that would make it easier for people to call in, listen to the IVR, and make an appointment (eg. "When? ASAP? A given day?" -> "Morning? Afternon", etc.) I assume I'm not the first one to try and write this type of IVR, so would appreciate any feedback on writing this. Thank you.
2008 Oct 28
3
Dose Profile
...5 150 106 29/08/2003 15946 200 227 B1117003 LTG M 15734 30/04/2003 15825 200 91 03/09/2003 15951 250 217 B138015 LTG M 14923 06/02/2001 15012 225 89 08/05/2001 15103 300 180 B112003 TPM F 14914 15/01/2001 14990 60 76 05/03/2001 15039 100 125 Of course, not everyone has the same number of follow-up appointments and so there may be some column entries that are NAs. What I'd like to do is a dose profile i.e. a plot of time on the x-axis agaisnt dose on the y-axis for each patient ideally colouring lines according to drug. Does anyone know how I can do this? Someone at work has suggested that I use pl...
2009 Nov 15
1
Presentation of data in Graphical format
Hello My data contains following columns: 1st column: Posts (GM, Secretary, AM, Office Boy) 2nd Column: Dept (Finance, HR, ...) 3rd column: Tasks (Open the door, Fix an appointment, Fill the register, etc.....) depending on the post 4th column: Average Time required to do the task So the sample data would look like Posts Dept Task Average
2004 May 04
1
How does Norvergence do it ?
So a guy shows up at the the office, after making an appointment with the office manager / receptionist to talk 'phone systems'. After her eyes glaze over, with him talking T1 and Frame-Relay I get to see him. He's from Norvergence. Well dressed. Tells me they can do a T1 for $79, with unlimited local & long distance for free. It also does 'internet'. 'Just give me
2002 Nov 05
3
Swat NOT Working Yet!
I am running RedHat 8.0 and Samba 2.2.6. I already provided a proper xinetd file and appointed port 901 in /etc/services. What am I still missing? -------------- next part -------------- HTML attachment scrubbed and removed
2010 Nov 09
1
How to fill other fields with RecordSelect
Hello everyone, I am using RecordSelect (http://code.google.com/p/recordselect/) to associate a user to a appointment. The auto-complete have already worked and when I save the appointment the user is associated. But I wold like to get others user''s attributes to show in form when he is selected, link phones and e-mail. So when a user is selected the hidden field id and text fields
2011 Dec 10
1
ActiveRecord time and datetime
Hi, Suppose I have a model class which has a time field: class CreateAppointments < ActiveRecord::Migration def change create_table :appointments do |t| t.string :name t.datetime :startTime t.datetime :endTime t.string :description t.timestamps end end end When I test drive it in rails console, I can input any value int he startTime...
2009 Nov 18
1
Need help for graphical representation
Hello I am unable to find a graph for my data, My data contains following columns: 1st column: Posts (GM, Secretary, AM, Office Boy) 2nd Column: Dept (Finance, HR, ...) 3rd column: Tasks (Open the door, Fix an appointment, Fill the register, etc.....) depending on the post 4th column: Average Time required to do the task So the sample data would look like Posts Dept
2012 Oct 23
10
How to pick colums from a ragged array?
...t (~1 million rows) of three variables: ID (patient's name), DATE (of appointment) and DIAGNOSIS (given on that date). Patients may have been assigned more than one diagnosis at any one appointment - leading to two rows, same ID and DATE but different DIAGNOSIS. The diagnoses may change between appointments. I want to subset the data in two ways: - define groups of patients by the first diagnosis given - define groups of patients by the last diagnosis given. The problem: Unfortunately, a small number of patients have been given more than one diagnosis at their first (or last) app...
2011 Nov 04
4
How to delete only those rows in a dataframe in which all records are missing
Hi, Imagine I have the following data frame: > a <- c(1,NA,3) > b <- c(2,NA,NA) > c <- data.frame(cbind(a,b)) > c a b 1 1 2 2 NA NA 3 3 NA I want to delete the second row. If I use na.omit, that would also affect the third row. I tried to use a loop and an ifelse clause with is.na to get R identify that row in which all records are missing, as opposed to the first
2017 Feb 06
2
Call List Campaign to an IVR
> We once developed a reminder system for a customer. He's a cleaning > company, cleaning homes and offices. He was spending two hours a day calling > his customers to remind them of their appointment the next day. Two hours a > day equates to 40 hours a month that he saved with that system. He's been > using it for maybe 6-7 years now and not once was a customer upset