Who Created that New Visit?

Hi,

Is there any way to capture the User who created a new Visit rather than just the clinician?

Can this be added as a required field when a new visit is created?

I would like to track who creates a new visit rather than the clinician (this is recorded in the notes) as this will help with working out who needs more training on how to use OVPMS/follow protocol.

Thanks,

Adrian

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Who Created that New Visit?

Adrian - if you look at the act.patientClinicalEvent archetype you will find that it has an author field. ie what you want is there already - all you need is a way to look at it.

Method 1: unhide in the archetype - edit the archetype to change the author field to untick the hidden flag and set the readonly flag.  Log out and back in, and then in the medical records, when you edit the visit you will see:

Method 2: since I suspect that what you really want is to look at various conditions - ie show me all the visits where there is no reason and show me who created them - then what you want is a report - or if you are happy to use the MySQL workbench, a query.  I have a task list report - see below but it needs adapting - it does not have what I suspect you want as the selection conditions, and it does not show the author.

Regards, Tim G

Re: Who Created that New Visit?

Hi Tim

thanks for that. Option 1 worked well. Very illuminating already! cheers, Adrian

Re: Who Created that New Visit?

Also see http://www.openvpms.org/project/add-created-and-updated-details-primary-...

This project will enable you to see:

  • who created something
  • when it was created
  • who last updated it
  • when it was updated
Syndicate content