<%@page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.* , java.text.*, java.lang.String.* "%> <%@ include file="../Connections/tester.jsp" %> <%@include file="includes/proxy.jsp"%> <%@ page errorPage="ecab_error.jsp" %> <% Driver DriverrsNational = (Driver)Class.forName(MM_tester_DRIVER).newInstance(); Connection ConnrsNational = DriverManager.getConnection(MM_tester_STRING,MM_tester_USERNAME,MM_tester_PASSWORD); PreparedStatement StatementrsNational = ConnrsNational.prepareStatement("SELECT text, heading, link, headlink FROM tblText AS a RIGHT OUTER JOIN tblHeading AS p ON a.HeadingId = p.HeadingId WHERE TitleId = 1 OR TitleId = 2 ORDER BY heading"); ResultSet rsNational = StatementrsNational.executeQuery(); boolean rsNational_isEmpty = !rsNational.next(); boolean rsNational_hasData = !rsNational_isEmpty; Object rsNational_data; int rsNational_numRows = 0; %> <% int Repeat1__numRows = -1; int Repeat1__index = 0; rsNational_numRows += Repeat1__numRows; %> <%String Heading, lastHeading = "";%> <%String gHeading, lastgHeading = ""; String sty = "006666"; String sty2 = "006666";%> NPC | eCAB | Survey
NPC logo
Current Awareness Bulletin (eCAB)
eCAB
 

Search Feedback

 
 
eCAB

eCAB 2005 User Survey Results

Many thanks to those who responded to our user survey in January and February. The 134 respondents represented around 15% of subscribers at the time. The results demonstrate that the majority of users find eCAB relevant, manageable, and useful. Most people use eCAB for its intended primary purpose of staying up to date with drugs and general health news, but eCAB also has an appreciable impact on patient care and CPD. Several useful suggestions were received that have already been implemented or will be reflected in future developments; however, most users expressed their satisfaction with the service and indicated that major changes were not necessary.

Below please find more detailed results, as well as a representative selection of users' comments with replies from the NPC information scientist who compiles eCAB. If you have any further comments to make about eCAB, please e-mail us.

Number of Daily eCABs Read
(maximum value=5)

The majority of users (64%) do read all 5 of the daily eCABs sent each week. Only a small minority (9%) read less than 3 of the 5 bulletins.

Back to top

Quality of Information

Most or all of the information is relevant and useful 40%
Enough of the information is relevant and useful to make eCAB worthwhile 57%
Too much of the information is neither relevant nor useful 3%

For 97% of users, the information provided by eCAB is of acceptable relevance and utility.

User comments:

  • Straightforward and unbiased.
  • Useful to know what is in the newspapers.
  • Very useful - I disseminate the relevant 'bits' to other prescribers in the organisation.
  • InfoPOEMs is pointless because you cannot access it unless you subscribe.
  • Separation by subject matter rather than source would be great, but probably impractical to arrange.

Response:

I now edit the InfoPOEMs headlines to ensure that the content of the POEM's 'bottom line' is reflected; thus, the headline itself provides meaningful content. Separation by subject matter (e.g., news headlines, guidelines, policy, clinical trials) is a very good suggestion that we hope to implement in the coming months.

Back to top

Quantity of Information

The amount of information provided by the daily eCAB is:

Usually manageable and satisfactory
82%
Usually too much for me to use effectively
18%
Usually too little
0%

User comments:

  • An excellent overview of the news. If I want more detail then I investigate further.
  • Not all of it is relevant to my practice but it is very easy to navigate to the most appropriate content. However, some of the 'not directly relevant' is still interesting and informs my practice.
  • It actually does what it says: it brings the things I need to know to my attention.
  • I've just started receiving the new weekly digest, which looks much more manageable.
  • Some of the items seem repetitive.
  • Amount of information has increased.

Response:

These comments are much appreciated. Repetition has sometimes happened when two or more sources reported the same material with substantially different headlines. I now check content as well as headlines to avoid repetition as much as possible. While maintaining eCAB's scope of coverage and its focus on prescribing and primary care, I am also trying to lower the volume of information by reducing duplication and more vigorously assessing the relevance of items from the more marginal sources. I hope that users have seen improvement recently on both of these points.

Back to top

Use of Information

User comments:

  • The service is quick, comprehensive, convenient and easy to access. I find it very useful.
  • I think you are very useful, because you save me time.
  • I pass on certain articles occasionally to colleagues.
  • As a new extended and supplementary prescriber I use this most days for updating and relevant reading.
  • The newspaper headlines are really useful for being prepared for patients' questions.
  • I compile a regular primary care bulletin. eCAB is one of the resources I check and often contains useful items not identified elsewhere.

Back to top

Interest in Proposed Developments

User comments:

  • Sorry, I did not understand all the options above! I am happy with the service as it is.
  • The information provided by eCAB is very useful for what I am interested in and I have only one wish, that it continues as it is.
  • I am very happy with the current eCAB, please do not change for change-sake!!

Response:

The message is clear: users are satisfied with the service and significant changes are not needed. We have introduced a weekly, condensed version of eCAB for those who find that the daily e-mails provide too much information or who would like a weekly review (if you would like to change your subscription, please click here). In the coming year I hope that eCAB will reflect the principles of Information Mastery by providing links to patient-oriented evidence in the major journals, a development supported by one-third of respondents. Providing full-text summaries is beyond our present capacity but this possibility will be kept in mind for the future. We will be providing an RSS feed in line with developments at the National Library for Health, but our primary focus and delivery method will remain unchanged, in keeping with user demand.

Back to top

 

 



 
 
 

 

<% rsNational.close(); ConnrsNational.close(); %>