-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download and Regulary Update All Device Data #176
Comments
There is definitely no need to download 10GB worth of data daily, especially considering the fact MAUDE updates only weekly. You can hit https://api.fda.gov/download.json and then look at the Device Events uses |
thank you very much.
Thank your for providing me the primary key of the deviceEvents and a possible one of deviceClassification. I hope it's not too much to ask, but I'm a beginner and it would be nice, if you could also help me to find the primary keys for the rest of the device datasets. This would be:
Im not a native speaker, so its a bit hard for me, to find the primary-keys of the datasets in the documentation-text. I know it should be provided in the "Searchable Fields" Documentation of your website. For example: https://open.fda.gov/apis/device/event/searchable-fields/ |
my most important requirement would be that the That way i can use it as primary-key in my local database to identify the given record and make an SQL-UPDATE into my local database if i have already read an device-event record with |
Sure thing:
And yes, |
awesome, thx |
writing with my second account here... one final missing :) but i think i found it. |
What matches the "events" to the "510k", "pma", or "registration" device?
…On Tue, Sep 28, 2021 at 4:11 AM bhuber ***@***.***> wrote:
one final missing :) but i think i found it.
for device.enforcements i think it could be the "recallNumber"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#176 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJHB2ZEWNKA2HNU5QF37S43UEF2DLANCNFSM5EYWMUEA>
.
--
*Mariano*
267-746-0682 iPhone/txt
http://fourolivesproductions.com
http://onenightfeature.com
http://www.marianomattei.com
|
also one additional question.
I wanted to use this field as unique-key, but it seems there are duplicates for this field. For example: This query shows that the mdr_text_key "16363682" exists multiple times for the same device-event (mdr_report_key). It seems to me that it should be unique, is it not? |
Yes, that field should be unique, but apparently there are duplicates within the source data files. For example, they key you referenced above is duplicated in
We will work on enhancing the pipeline to catch and remove duplicates and report back once done. Thank you for bringing this to our attention. |
ok thanks, thats good to know. i have also recognized Duplicates for the Field "device.enforcements" --> "recallNumber". sorry for asking so many questions, but i guess that would be my final one (for now) :D |
Yes, |
The duplicates in the Device Recall Enforcement dataset have been removed as well. |
I'm not sure if i'm at the right place here with my question...
The OpenFDA Webpage writes:
The data i need to download is about 10 gigabytes. So if i want to keep my data up-to-date i would need to download 10 gigabytes every day.
hopefully i'm somehow still at the right place here for my questions :)
The text was updated successfully, but these errors were encountered: