Sunday, February 05, 2012

Get Adobe Flash player

Blogs

Dates

Search

Page Tag Cloud

Minimize

Documents

Minimize
 TitleSize
PDSA TEMPLATE FOR WEIGHT HEIGHT98.54 KB

Comments

Re: Digital Microscope ($70) Replaces my Dermatoscope plus Canon EOS w Macro Lens & (~$4000)
I have no obtained a dig microscope following reading this. Works very well. Still takes some time to import pictures into software.
Re: Digital Microscope ($70) Replaces my Dermatoscope plus Canon EOS w Macro Lens & (~$4000)
We have now bought one to try as well. All docs in clinic have decided to get one after demoing it.
Re: Getting Growled at!
Hi Phil
DCP needs to be updated to the latest version for Growl. I have tested the MD3 and BP versions.

Other than that - I’m not sure what may be preventing Growl registering the DCP.
Perhaps firewall - the Growl app sends /receives messages via TCP, but I had no problem with growl and Norton Firewall . As it is on the local machine it should not be a problem.
Cheers
Re: Getting Growled at!
When Growl is running it doesn't notice the DCP starts up i.e. DCP is not registered with Growl. What may be blocking it?
Re: DCP Subscriptions - Soon available
Any update on how we can have non-doctors writing/contributing to care plans. Especially the AUSDRISK assessments!! At the moment, the nurses are doing AUSDRISK, but it is not being recorded in Doctor's Control Panel, and so the risk of unnecessary repetition is high.
Re: DCP Subscriptions - Soon available
Any update on how we can have non-doctors writing/contributing to care plans. Especially the AUSDRISK assessments!! At the moment, the nurses are doing AUSDRISK, but it is not being recorded in Doctor's Control Panel, and so the risk of unnecessary repetition is high.
Re: DCP Subscriptions - Soon available
please i would like to get more information about the subscription, how much it costs per year and how can i subscribe
thanks
UPDATE 2010
The k550 was retired.
I have now changed all printers over to HP 5400 dt models at the surgery. All have CISS. No problems with any of them.I was able to hunt around and find the superceded K5400 models at a rediculously CHEAP price $70-$100 at officeworks (scrounged all the stores in Victoria). I would have bought 10 at that price. Even with $130 for each CISS it is cheap.Total running cost for surgery is about $100 per year. Down from $1000+. Plus no inconvenience of replacing cartridges. I have two in my office plus a small epson for envelopes.
Re: DCP Subscriptions - Soon available
please email me

Medicine And Software

Jun 7

Written by: admin
Monday, June 07, 2010  RssIcon

 I like the idea of an intelligent text editor.

 
How about structured text entry as a function of the document and or editor.
 
For example a BP entry field that is inserted on-the-fly into the editor possibly based on logic for the requirement to measure blood pressure or triggered by typing 'bp'.
Values would be stored in the backing XML as a searchable XML node.
 
structured data entry assistance benefits from working in reverse.
 
For example we start by entering in the diagnosis (potential) or main symptom.
Symptoms such as pain would require qualification such as nature, intensity, location, duration, onset, aggravating and relieving factors, course, concomitants & frequency.
Some form of templating system will generate the required entry fields within the document. Lexical validation would benefit from contextual knowledge of the data being entered into fields.
 
There will still be facility to type or dictate free text. But important items can be generated as 'data entry fields' within the document with actual storage in xml nodes.
 
Current GP software is a mish-mash of data entry tabs/forms/fields and rich-text note.
 
Forget about using a rich-text editor.
 
Think of the editor as an interface to an xml document with the interface having configurable medical logic to create the structure of the document, yet looks like the rich-text editor/ Microsoft infopath hybrid and has no panel popups with data entry text boxes. All data entry is done directly into the document. Forms on steroids Plus macros on steroids. Non-static forms.
 
This is radical and difficult to conceptualise. If you have used the Doctors Control Panel you may have seen the PCD editor and questionnaire functionality already within the DCP.
The PCD editor has a different goal/function but could be considered a prototype as it uses xml storage and has database persistence of answers from questionnaires within the document.
 
I only propose this concept because it has been incubating in the depths of my creative consciousness but I have neither the time nor inclination to program it, however, the ideas my spur other ideas in other creative minds.
 
It would potentially reduce lexical errors, normalise scores and measures, normalise phraseology and offer a formal structured representation of notes Plus offer data retrieval and storage of fields within the document.
 
Additionally the document editor could be configured for different environments / requirements /individual user.
 
WPF RTB in action hosting controls. Xml Document storage by default. Just need the inline controls to store as inline TextBlock when saving and The Fundamentals are there.

 

 

<

Window x:Class="CCD.MainWindow"

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

Title="MainWindow" Height="350" Width="525">

 

<Grid >

 

<RichTextBox Name="richTB" IsDocumentEnabled="True" IsManipulationEnabled="True" Margin="0,0,0,53">

 

<FlowDocument IsEnabled="true">

 

<Paragraph>

This is some text before the inline button.

 

<Button Margin="10,0,10,0">

Hello, Embedded Inline Button

 

</Button>

And this is some text after the inline button.

 

</Paragraph>

 

<Paragraph TextAlignment="Left">

 

<TextBox Height="23" HorizontalAlignment="Left" Name="textBox1" VerticalAlignment="Top" Width="120" />

 

</Paragraph>

 

<Paragraph TextAlignment="Right">

And this is some text after the block button

 

</Paragraph>

 

</FlowDocument>

 

</RichTextBox>

 

<Button Content="Button" Height="23" HorizontalAlignment="Left" Margin="31,272,0,0" Name="button1" VerticalAlignment="Top" Width="75" Click="button1_Click" />

 

<Button Content="Button" Height="23" HorizontalAlignment="Left" Margin="159,275,0,0" Name="button2" VerticalAlignment="Top" Width="75" Click="button2_Click" />

 

</

</Grid>Window>

Tags:
Categories:
Location: Blogs Parent Separator All Categories

Your name:
Gravatar Preview
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Add Comment   Cancel 

Tag List Return

Copyright (c) 2012 Practice Software Utilities