IRC Chat : 2012-10-13 - OpenMRS

00:26:59 *** applecool has joined #openmrs
00:26:59 *** ChanServ sets mode: +v applecool
00:35:28 *** applecool has quit IRC
01:18:36 *** madroach has quit IRC
01:20:26 *** madroach has joined #openmrs
03:59:37 *** kavuri has joined #openmrs
04:21:08 *** fishandwalk has joined #openmrs
04:22:31 *** kavuri has quit IRC
06:01:47 *** kishoreyekkanti has joined #openmrs
06:35:00 *** pulasthi7 has joined #openmrs
07:25:14 *** fishandwalk has quit IRC
07:30:31 *** kishoreyekkanti has quit IRC
08:09:34 *** pulasthi7 has quit IRC
08:24:32 *** kishoreyekkanti has joined #openmrs
08:29:36 *** pulasthi7 has joined #openmrs
09:04:57 *** ProfStanley has joined #openmrs
09:05:03 <ProfStanley> hi all
09:05:25 <ProfStanley> Please have a question
09:05:36 <ProfStanley> trying to download the code
09:05:45 <ProfStanley> can anybody please help?
09:06:28 *** kishoreyekkanti has quit IRC
09:06:40 <ProfStanley> hi diptanuc
09:06:57 <ProfStanley> can you help me?
09:06:59 <ProfStanley> please
09:55:12 *** fishandwalk has joined #openmrs
10:35:19 <ProfStanley> hi fishhandwalk
10:35:21 <ProfStanley> ?
11:19:11 <diptanuc> ProfStanley: Hello
11:19:18 <diptanuc> What is your question?
11:23:24 <ProfStanley> thanks
11:23:30 <ProfStanley> diptanuc
11:23:43 <ProfStanley> when i try to download the source code
11:24:05 <ProfStanley> i get an error
11:24:23 <diptanuc> What is it?
11:25:29 <ProfStanley> let me make a link and send it to you
11:25:44 <diptanuc> Cool, where are you downloading it from?
11:26:11 <ProfStanley> cameroon
11:26:19 <ProfStanley> or u mean the website?
11:26:54 <diptanuc> I mean what is the source of your download?
11:26:59 <diptanuc> Anyways paste me the error
11:27:08 <diptanuc> on a pastebin or something
11:28:12 <ProfStanley> yes
11:28:15 <ProfStanley> i did yesteday
11:28:28 <ProfStanley> i cannot find it
11:28:39 <ProfStanley> does this irc log the chats?
11:28:50 <diptanuc> You could download the latest trunk code from here - https://github.com/openmrs/openmrs-core/downloads
11:28:54 <OpenMRSBot> <http://ln-s.net/$xx2> (at github.com)
11:28:54 <diptanuc> yeah it does
11:29:01 <ProfStanley> yesterday i was on the name itkamerstanley
11:29:17 <ProfStanley> ok
11:29:21 <ProfStanley> how do i recover
11:29:25 <ProfStanley> oh thanks for the link
11:29:36 <ProfStanley> ok
11:29:40 <ProfStanley> in this case
11:29:51 <ProfStanley> with the link
11:29:57 <diptanuc> https://wiki.openmrs.org/display/IRC/2012-10+-+OpenMRS
11:30:00 <ProfStanley> dont i need to rn using mavin
11:30:01 <ProfStanley> ?
11:30:05 <ProfStanley> and jetty
11:30:06 <ProfStanley> ?
11:30:27 <diptanuc> Yeah, the build should work with maven
11:30:33 <diptanuc> Maven downloads jetty
11:31:06 *** pulasthi7 has quit IRC
11:31:47 <diptanuc> If you change to the webapp directory, mvn jetty:run will bring up the web app
11:32:16 <diptanuc> it takes a little time, if you're doing it for the first time. Because maven likes to download the whole internet first ;)
11:32:44 <ProfStanley> ok
11:32:53 <ProfStanley> ok
11:32:54 <diptanuc> Somtimes clearing the .m2 directory also helps, depending on what error maven throws.
11:33:10 <diptanuc> It is fairly straightdorward.
11:34:06 <ProfStanley> ok
11:34:07 <ProfStanley> thanks
11:34:14 <ProfStanley> this is the link
11:34:15 <ProfStanley> http://pastebin.com/BE7njnvq
11:34:23 <ProfStanley> with my error
11:35:20 <diptanuc> Are you behind a proxy?
11:35:27 <diptanuc> as in an http proxy?
11:35:57 <diptanuc> I think is maven is not able to reach the internet to download stuff
11:36:14 <ProfStanley> ok
11:36:15 <ProfStanley> ok
11:36:33 <ProfStanley> how does the idea of a proxy apply in this case
11:36:42 <ProfStanley> ?
11:37:07 <diptanuc> So basically Maven is not able to reach the internet to download the jars/plugins
11:37:20 <diptanuc> So i was wondering if youre behind a proxy server.
11:37:42 <ProfStanley> ok
11:38:04 <ProfStanley> ok
11:38:12 <ProfStanley> i will just change my location
11:38:22 <ProfStanley> and download elsewhere
11:38:45 <diptanuc> Make sure maven can reach the internet.
11:38:50 <ProfStanley> ok
11:39:05 <ProfStanley> but if i donwload the files with the lik u gave me above
11:39:20 <ProfStanley> does being behind a proxy still matter?
11:39:47 <diptanuc> Yeah, in order to build openmrs you will have to use maven. And maven needs to download the dependencies.
11:40:07 <diptanuc> Its easy to configure maven use a proxy server
11:41:06 <ProfStanley> ok
11:41:14 <ProfStanley> how do i do that sorry
11:41:18 <ProfStanley> for asking os much
11:41:26 <ProfStanley> really a new baby in java
11:41:38 <diptanuc> No problem!
11:41:52 <diptanuc> Create a ~/.m2/settings.xml
11:41:55 <ProfStanley> and openmrs
11:42:03 <diptanuc> And put the following contents https://gist.github.com/3884273
11:42:13 <ProfStanley> ok
11:42:20 <diptanuc> Are you on linux?
11:42:43 <ProfStanley> both linux and windows
11:42:49 <diptanuc> The .m2 directory is in the home directory in linux
11:42:51 <ProfStanley> just depends
11:43:01 <diptanuc> I dont know where it is in Windows.
11:43:02 <ProfStanley> in whicn town i find myself
11:43:29 <ProfStanley> ok is there any documentation
11:43:43 <diptanuc> Umm not sure.
11:44:01 <ProfStanley> on how to configure the maven .. proxy server...?
11:44:22 <diptanuc> This is all you need to do, what i just wrote above
11:44:30 <ProfStanley> ok thanks
11:44:39 <ProfStanley> ok
11:44:54 <ProfStanley> i asked bc u said u dont know how in windows
11:45:32 <diptanuc> Oh ok. Sorry i dont know if there is any docs, but there should be one for sure. It is very common.
11:46:11 <ProfStanley> ok
11:46:20 <ProfStanley> will check in google
11:47:28 <ProfStanley> i think i will follow the steps you gave me
11:47:38 <ProfStanley> and it will work
11:47:45 <ProfStanley> thanks alot
11:47:52 <ProfStanley> really appreciate it
12:09:42 *** pulasthi7 has joined #openmrs
12:10:30 *** kishoreyekkanti has joined #openmrs
12:28:19 *** fishandwalk has quit IRC
12:36:34 *** kishoreyekkanti has quit IRC
12:45:25 *** kishoreyekkanti has joined #openmrs
12:54:31 *** kishoreyekkanti has quit IRC
13:01:38 *** kishoreyekkanti has joined #openmrs
13:03:20 *** kishoreyekkanti has quit IRC
13:05:59 *** kishoreyekkanti has joined #openmrs
14:46:46 *** pulasthi7 has quit IRC
15:19:11 *** applecool has joined #openmrs
15:19:11 *** ChanServ sets mode: +v applecool
15:56:52 *** pascal` has joined #openmrs
15:56:52 *** ChanServ sets mode: +v pascal`
15:59:07 *** kishoreyekkanti has quit IRC
16:25:34 *** applecool has quit IRC
16:50:52 *** ProfStanley has quit IRC
16:54:25 *** applecool has joined #openmrs
16:54:25 *** ChanServ sets mode: +v applecool
17:10:40 *** dkayiwa has joined #openmrs
17:12:32 <applecool> hi dkayiwa
17:12:40 <dkayiwa> hi applecool
17:12:45 <applecool> at last seeing you again on IRC :D
17:13:05 <applecool> where are you? back to Your hometown?
17:13:13 <dkayiwa> applecool: yes i am back :)
17:13:40 <applecool> great :)
17:13:48 <dkayiwa> :)
17:13:58 <applecool> so back to work again after long travel
17:14:14 <dkayiwa> applecool: yes still working even while travelling :)
17:14:29 <applecool> Oh god !
17:17:07 <applecool> the idea is actually in existnce but it is not in OpenMRS yet
17:17:31 <applecool> Its the Nurse Module
17:17:35 <dkayiwa> i like public chat because others join in giving us ideas
17:17:40 <dkayiwa> why dont we? :)
17:17:49 <applecool> or we can call it as Nurse Monitoring Module
17:18:03 <applecool> do we have such kind of module in OpenMRS?
17:18:13 <dkayiwa> applecool: depends on what it will be doing :)
17:18:28 <applecool> okay here what it does
17:18:34 <dkayiwa> listening :)
17:18:38 <applecool> WE will have a dashboard
17:18:53 <applecool> actually lets start with the beds in an ICU
17:19:09 <dkayiwa> ok
17:19:17 <applecool> in general in INDIA in big hospitals, in an ICU there will be around 10 beds
17:19:31 <applecool> where i was even admitted recently due to Dengue :D
17:19:44 <dkayiwa> ok
17:19:51 <applecool> So each bed implies a patient so 10 patients
17:20:20 <applecool> and everyday each nurse takes a case ; i mean a patient
17:20:38 <applecool> She keeps all the patient record such as his diet, medication and all
17:20:51 <applecool> And each nurse works in Shifts
17:21:09 <applecool> like morning and night shift or lets say evening shift
17:21:21 <applecool> dkayiwa: with me?
17:21:25 <applecool> or any doubts?
17:21:27 <applecool> ;)
17:21:47 <dkayiwa> applecool: cant i collect that data with forms?
17:21:55 <dkayiwa> using the existing form entry modules?
17:22:10 <applecool> actually yes :)
17:22:32 <dkayiwa> applecool: so does it need a new module? :)
17:22:46 <applecool> the patient record will be taken in the form of forms
17:23:27 <applecool> but here the idea is to keep track of which nurse has taken the case and handed over the same case to other
17:24:19 <dkayiwa> applecool: ok
17:24:31 <dkayiwa> applecool: has any hospital asked for it?
17:24:41 <applecool> i mean day 1 10 patients---> 10 nurses took over the case ! recorded intake time and then in the evening they hand their patients to other 10 nurses who come on night shift
17:24:47 <applecool> nope
17:24:57 <applecool> i ws just wondering :D
17:25:18 <applecool> so that there wont be any problem with the patients care!
17:25:34 <dkayiwa> applecool: you can start by asking the implementers list for ideas
17:25:47 <applecool> We can catch the right person who is responsible for any activity of that particular patient :D
17:26:04 <applecool> hmm ;)
17:26:29 <dkayiwa> applecool: until users show need for such, you may fall in a trap of spending time on what people may never use :)
17:26:48 <dkayiwa> applecool: so first step, engage them and see if there is excitement about it :)
17:27:03 <dkayiwa> applecool: that is before you start any development :D
17:27:57 <applecool> dkayiwa: Actually my sister who is studying her medicine was telling about this problem of managing nurses in their medical hospital
17:28:09 <applecool> They are unable to manage which nurse is attending a patient
17:28:21 <applecool> and it is leading to severe troubles
17:28:26 <dkayiwa> applecool: ok, that is a very good starting point
17:28:27 <applecool> so i thought of this idea
17:28:34 <dkayiwa> applecool: are they already using openmrs?
17:28:39 <applecool> no
17:28:52 <dkayiwa> applecool: do you think they are willing to start using it?
17:29:08 <applecool> Actually i am thinking to initiate the installation of OpenMRS in their hospital
17:29:17 <applecool> and even in the hospital which i was under medication
17:29:51 <dkayiwa> applecool: oh i see!!!
17:29:52 <applecool> the doctors are seriously in big trouble and are still using lot of paper for recording a persons data
17:30:03 <applecool> in INDIA its not yet properly implemented
17:30:10 <dkayiwa> applecool: that is a very very bright idea!!! :D
17:30:14 <applecool> in my state i guess no where
17:30:37 <dkayiwa> applecool: ok. so that puts you on the spot :)
17:30:57 <applecool> Its just implemented in northern regions
17:31:04 <applecool> that too by Rajib
17:31:12 <applecool> and some implementers
17:31:44 <applecool> now as even Raxa also got started some of the parts are going to be covered soon as it uses OpenMRS as their backend dkayiwa
17:32:00 <dkayiwa> applecool: oh i see!!!!
17:32:17 <applecool> So what do you think of this Nurse management module dkayiwa ?
17:33:11 <applecool> just tell me your views
17:33:11 <applecool> is it necesary to be as a module
17:33:11 <applecool> or can be just like an add on to some module
17:33:11 <applecool> ?
17:33:17 <dkayiwa> applecool: as long as the users are excited about it, then who am i to say otherwise? :)
17:34:15 <applecool> it needs database for sure as we are keeping track of all intake,shift changes,outgoing times of all nurses
17:34:15 <applecool> hmm dkayiwa great answer :D
17:34:15 <applecool> And I have seen something interesting too in the hospital!
17:34:47 <dkayiwa> applecool: aha
17:34:47 <applecool> It was called as Wongk smiling symbols of health
17:34:47 <applecool> or something like that
17:34:51 <applecool> there are some emoticons --> Like Smiling face ,little sad face, weeping and all
17:34:59 <dkayiwa> applecool: oh
17:35:05 <applecool> there are 5 faces if i remember properly
17:35:20 <applecool> i got that copy i will mail you that when i get that
17:36:09 <dkayiwa> applecool: sure
17:36:21 <applecool> These faces are printed on a corner of a sheet of paper (Patient's daily situation or health)
17:36:55 <applecool> So the doctors who come to check the patient will just put a tick mark on one of the 5 faces seeing his situation or condition
17:37:11 <applecool> whether he is too ill or little sick or happy and healthy
17:37:27 <dkayiwa> applecool: oh i seeee
17:37:41 <applecool> This small thing can be added to the Patient Record Module using java script
17:38:07 <applecool> when the doctor clicks on the face it just pops out like an animation and gets brighter
17:38:10 <applecool> or something like that
17:38:22 <applecool> to indicate the patients condition too
17:38:35 <applecool> this was other observation in the hospital
17:38:47 <applecool> by me when i was in ICU :D
17:39:06 <dkayiwa> applecool: hahahahha :)
17:39:51 <applecool> dkayiwa: I felt that would make more user friendly :P
17:40:14 <applecool> i mean more user interactive :D
17:40:48 <dkayiwa> applecool: oh more user friendly is as cool as an apple :)
17:40:59 <applecool> haha :D
17:41:03 <applecool> LOL
17:41:22 <applecool> Lets see how it goes :D
17:41:39 <applecool> I guess now a days we are having a google hangout on Mondays right?
17:41:49 <applecool> or it was just 2 weeks back?
17:42:26 <dkayiwa> applecool: am not aware of it :)
17:42:34 <applecool> oh
17:46:36 <dkayiwa> applecool: i am in Uganda
17:47:01 <applecool> Okay :)
17:47:33 <dkayiwa> applecool: will look forward to see you visit uganda :)
17:48:57 <applecool> hehe : ) sure on your invitation :D
17:50:34 <dkayiwa> applecool: hahahahaha. free invitation letter :)
17:50:50 <applecool> dkayiwa: Great :D ;) Thanks :P
17:51:05 <dkayiwa> :D
17:51:17 <applecool> Even you can come to Visit INDIA ! ;)
17:51:28 <applecool> Its a beautiful place too :)
18:09:37 *** kishoreyekkanti has joined #openmrs
18:15:27 <dkayiwa> applecool: oh india is one of those countries i would love to visit
18:15:35 <dkayiwa> applecool: only waiting for the opportunity :)
18:15:46 *** kishoreyekkanti has quit IRC
18:16:52 <applecool> then you also have an invitation letter from me :)
18:16:52 <applecool> You can come
18:16:52 <applecool> :)
18:16:52 <applecool> If you want it will be great if you come now in this month :D
18:17:24 <dkayiwa> applecool: hahahaha. opportunity will determine :)
18:18:23 <dkayiwa> why now? :)
18:19:14 <dkayiwa> applecool: hhahaha. opportunity will determine when :)
18:19:34 <applecool> just like that :)
18:20:30 <dkayiwa> :)
18:39:28 *** kishoreyekkanti has joined #openmrs
18:58:15 *** applecool has quit IRC
19:12:48 *** dkayiwa has quit IRC
19:28:55 *** dkayiwa has joined #openmrs
19:33:08 *** dkayiwa has quit IRC
19:36:02 *** kishoreyekkanti has quit IRC
19:37:34 *** kishoreyekkanti has joined #openmrs
20:01:01 *** kishoreyekkanti has quit IRC
20:23:26 *** dkayiwa has joined #openmrs
21:43:03 *** dkayiwa has quit IRC