Author Topic: Bl@@dy NHS IT... data matching help needed  (Read 3057 times)

David Martin

  • Thats Dr Oi You thankyouverymuch
Re: Bl@@dy NHS IT... data matching help needed
« Reply #25 on: 24 October, 2015, 02:14:00 pm »
Point of order!

Access is NOT a RDBMS, it's an unholy mess.

Access is a GUI to an RDBMS  - it has an in-built database engine (JET) but is fine when pointed at more robust data stores. I've used it as a reporting front end and it does just fine.

Any dat set is as secure as the access given to it. An Excel spreadsheet can be secure - it just has to be on a machine that has limited access for users. Preferably not networked, secure login with physical verification and so on.  Describing Excel as a database is a bit of a joke though.
"By creating we think. By living we learn" - Patrick Geddes

tiermat

  • According to Jane, I'm a Unisex SpaceAdmin
Re: Bl@@dy NHS IT... data matching help needed
« Reply #26 on: 24 October, 2015, 02:52:26 pm »
Exactly my point, David, Access is not a RDBMS, no where near, you can use it, as you say, to be the front end to one, but a default setup of Access is a flat file DB, so not really any different to using Excel.
I feel like Captain Kirk, on a brand new planet every day, a little like King Kong on top of the Empire State

Phil W

Re: Bl@@dy NHS IT... data matching help needed
« Reply #27 on: 24 October, 2015, 06:51:47 pm »
Exactly my point, David, Access is not a RDBMS, no where near, you can use it, as you say, to be the front end to one, but a default setup of Access is a flat file DB, so not really any different to using Excel.

All rdbms have flat files behind the scenes. It just that Access has a SINGLE flat file. Well it can be two flat files if you seperate the front end elements from the data.  Access would be fine for what is wanted though. 3000 records is a tiny tiny amount.

Anyway, back on topic, does our OP have an answer now?

David Martin

  • Thats Dr Oi You thankyouverymuch
Re: Bl@@dy NHS IT... data matching help needed
« Reply #28 on: 24 October, 2015, 07:04:48 pm »
Exactly my point, David, Access is not a RDBMS, no where near, you can use it, as you say, to be the front end to one, but a default setup of Access is a flat file DB, so not really any different to using Excel.

Access is an RDBMS by concept. Implementation is a minor detail. Excel is not relational. SQLite is an RDBMS that runs on a single file. 

As for the original query, as has been said, posting the data structure and the questions to ask will elicit appropriate queries.
"By creating we think. By living we learn" - Patrick Geddes

Jaded

  • The Codfather
  • Formerly known as Jaded
Re: Bl@@dy NHS IT... data matching help needed
« Reply #29 on: 24 October, 2015, 08:31:08 pm »
Access is a front end. That's where its name came from. It may have developed a bit since then.
It is simpler than it looks.

Chris S

Re: Bl@@dy NHS IT... data matching help needed
« Reply #30 on: 25 October, 2015, 06:08:18 pm »
YACF - Answers to your questions, and SO much more!

Whether you wanted it or not.

Re: Bl@@dy NHS IT... data matching help needed
« Reply #31 on: 28 October, 2015, 03:55:47 pm »
Exactly my point, David, Access is not a RDBMS, no where near, you can use it, as you say, to be the front end to one, but a default setup of Access is a flat file DB, so not really any different to using Excel.

All rdbms have flat files behind the scenes. It just that Access has a SINGLE flat file. Well it can be two flat files if you seperate the front end elements from the data.  Access would be fine for what is wanted though. 3000 records is a tiny tiny amount.

Anyway, back on topic, does our OP have an answer now?

I have oh so many answers now.  Just none I can understand.... ;D

This may actually be the kick up the behind that I need. I may just need to get familiar enough with data science to be able to do simple stuff myself. It seems that, much like the ability to write or ride a bike, it's an underlying skill necessary for modern life.

SO: Where do i start? Assume reasonable intelligence but not a mind that works like that of an IT geek. Point me to a textbook that starts with "First, find the ON/OFF switch to that computer thingy".

vorsprung

  • Opposites Attract
    • Audaxing
Re: Bl@@dy NHS IT... data matching help needed
« Reply #32 on: 28 October, 2015, 04:23:21 pm »
I have oh so many answers now.  Just none I can understand.... ;D

Background:
Patient data in my NHS Trust sits on different systems. There's:

    The Patient Administration System (PAS) whci records stuff like clinic appointments, admission date, discharge date etc.
    The results system, containing e.g. blood test results
    Various theatre databases, with structured data on what happens when we cut people


Incredible as it may seem to those of you in jobs with proper IT, in my Trust (as in many others) these are in no way linked. I have a cohort of patients for whom i need data from each of these systems, pertaining to a defined time period for each patient (90 days either side of an operation which is recorded in the theatre database).

My Trust IT people metaphorically sucked their teeth and said something to the effect of "maybe the year after next, if ever" when I asked them for help.

Is there commercially available software that can link data like this? I don't need this to be automated - it can just be done once for the cohort.   Getting the source data copied from the databases into excel sheets or similar format won't be an issue. Though the copies will contain much that's redundant, of course.

Any advice appreciated.

1) they are linked by the patient's NHS number
2) any database system will tie this data up

If you want the yacf IT massive to actually suggest a "recipe" for doing the tie up and printing out some kind of report you need to

a) make a set of fake data which is like the real data but with all personal, sensitive information replaced with placeholders.  So "James Andrews" becomes "John Abcdeg".  The data should contain at least 3 relevant items per set and 3 irrelevant items.  So perhaps 3 fake patients who are like the ones you are interested in and 3 who you are not interested in
b) make a mock up of the report or report(s) that you need out of the system as output
c) present this data to the yacf tech brains, leave, stir and hope for the best

Morat

  • I tried to HTFU but something went ping :(
Re: Bl@@dy NHS IT... data matching help needed
« Reply #33 on: 28 October, 2015, 06:57:50 pm »
Just use salesforce like everyone else :)


(Only kidding)
Everyone's favourite windbreak