|
|
 |

22nd December 2005, 11:28 AM
|
|
Registered Visitor
Registration Date: Sep 2005
Location: USA
Age: 43
|
|
Posts: 18
Thanks Given to Others: 0
Thanked 4 Times in 3 Posts
Karma Power: 17 Karma: 30 
|
|
What constitutes a "significant change" in software AND what does not
Hi all,
Greetings, merry Christmas, Happy New Year, etc...
I've the challenge of explaining to my Japanese cohorts what the meaning (definition) of what constitutes a significant change in software (hardware as well, but let's focus on software). We are a medical device manufacturer and therfore follow all FDA guidelines and laws... blah, blah, blah. I gave them the examples cited by FDA - the unfortunate issue is that my counterparts take those examples as literal and not "examples". I've found that being to verbose is NOT a good thing with the Japanese, so I need to try and be a little less wordy and provide more examples.... That's why I'm asking for your help.
I would like to ask you for your interpretation of what constitutes a "significant change" in software AND what does not.
Thanks for your help...
Dave
|

22nd December 2005, 11:42 AM
|
 |
E-Mails Invalid or Rejected
Registration Date: Sep 2004
Location: Ohio
Age: 46
|
|
Posts: 352
Thanks Given to Others: 18
Thanked 4 Times in 4 Posts
Karma Power: 0 Karma: 152  
|
|
Quote:
|
Originally Posted by DaveDavis
I would like to ask you for your interpretation of what constitutes a "significant change" in software AND what does not.
Thanks for your help...
Dave
|
Definition "Significant Change"  What you would get if you could develop software to compete with Microsoft windows.
Sorry, just joking, I don't know what it means.
|

22nd December 2005, 11:55 AM
|
 |
E-Mails Invalid or Rejected
Registration Date: Sep 2004
Location: Ohio
Age: 46
|
|
Posts: 352
Thanks Given to Others: 18
Thanked 4 Times in 4 Posts
Karma Power: 0 Karma: 152  
|
|
|

22nd December 2005, 12:07 PM
|
|
Registered Visitor
Registration Date: Dec 2004
Location: UK
|
|
Posts: 20
Thanks Given to Others: 0
Thanked 0 Times in 0 Posts
Karma Power: 20 Karma: 20 
|
|
European Definition
Hi,
Not sure if this helps much, but this link goes to a European definition from the Notified Bodies
http://www.bsiamericas.com/MedicalDe...ignChanges.pdf
Not sure about software, but it has always seemed a grey area to me. I've always taken it on a case by case basis. Not sure about the FDA - bvut with our Notified body, I call up and ask if in doubt.
Regards
Microbe
|

22nd December 2005, 12:44 PM
|
 |
Courtesy Access
Registration Date: Jan 2005
Location: Southeast Wisconsin
Age: 57
|
|
Posts: 9,216
Thanks Given to Others: 755
Thanked 2,298 Times in 1,550 Posts
Karma Power: 612
|
|
Quote:
|
Originally Posted by DaveDavis
I would like to ask you for your interpretation of what constitutes a "significant change" in software AND what does not.
|
I'm not an expert in FDA stuff, and I don't know if there's an official definition, but I'll take a stab at it subject to correction by one of our real experts.
A significant change might be: - One that adds or removes user features/controls/functionalities
- One that affects basic logic algorithms such as branching and thus might affect other parts of the program unexpectedly
- Bug fixes
An "insignificant" change might be: - Addition of remarks or comments
- Changes that don't affect program function such as cosmetic interface changes (changing the color of a screen background or changing a displayed font, e.g.)
- Rearrangement of displayed interface elements without adding or removing elements
__________________
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.-- Joseph Heller
|

22nd December 2005, 12:52 PM
|
 |
Forum Moderator
Registration Date: Jun 2002
Location: Lawn Guyland
Age: 59
|
|
Posts: 3,102
Thanks Given to Others: 48
Thanked 390 Times in 272 Posts
Karma Power: 192
|
|
Quote:
|
Originally Posted by DaveDavis
Hi all,
Greetings, merry Christmas, Happy New Year, etc...
I've the challenge of explaining to my Japanese cohorts what the meaning (definition) of what constitutes a significant change in software (hardware as well, but let's focus on software). We are a medical device manufacturer and therfore follow all FDA guidelines and laws... blah, blah, blah. I gave them the examples cited by FDA - the unfortunate issue is that my counterparts take those examples as literal and not "examples". I've found that being to verbose is NOT a good thing with the Japanese, so I need to try and be a little less wordy and provide more examples.... That's why I'm asking for your help.
I would like to ask you for your interpretation of what constitutes a "significant change" in software AND what does not.
Thanks for your help...
Dave
|
Is the purpose of determining what constitutes a significant change for determining whether to submit a 510(k) premarket notification? A significant change in the FDA world may not be considered significant in the general sense and the result of the change on the device as well as the labeling must be considered.
__________________
Al
|

22nd December 2005, 01:03 PM
|
|
Registered Visitor
Registration Date: Sep 2005
Location: USA
Age: 43
|
|
Posts: 18
Thanks Given to Others: 0
Thanked 4 Times in 3 Posts
Karma Power: 17 Karma: 30 
|
|
A little more nfo
Quote:
|
Originally Posted by Al Rosen
Is the purpose of determining what constitutes a significant change for determining whether to submit a 510(k) premarket notification? A significant change in the FDA world may not be considered significant in the general sense and the result of the change on the device as well as the labeling must be considered.
|
Hmmm, let me see if I can clarify:
I understand what constitutes a "significant change" to FDA (they have a published guidance)... but what I was looking for is examples that I can put into a table to demonstrate significant and non-significant changes - according to FDA & industry.
FDA states:
(i) A change or modification in the device that could significantly affect the safety or effectiveness of the device, e.g., a significant change or modification in design, material, chemical composition, energy source, or manufacturing process.
(ii) A major change or modification in the intended use of the device.
... and they provide some examples; like AC to DC or Analog to digital, etc...
But I was looking for more "real world" experiences and examples.
Thanks again.
Dave
|

27th December 2005, 07:47 AM
|
|
Inactive Registered Visitor
Registration Date: Dec 2005
Location: Israel
|
|
Posts: 4
Thanks Given to Others: 0
Thanked 0 Times in 0 Posts
Karma Power: 16 Karma: 10 
|
|
Significant changes to software
Hi, guys
I totally disagree with depending significant changes on number of alternated code lines.
Allow me to suggest following list of cases when the recent changes in software were significant:
1. New module added - the one that is related to more then one existing module
2. Design (spec)-change implementation
3. Per-customer localization (perhaps, always...)
4. Infrastructure bugs were fixed
5. After "war-room" situation - (any major issue found by customer and solved as fast as it gets...)
6. Any time at least regression test required (NOT PLANNNED ) - sometimes it is easier to know that regression is required then whether the change was significant, BUT there's always a connection between them ...)
Regards,
Vitali
INTERECE Software
|
Lower Navigation Bar
|
|
|
|
Visitors Currently Viewing this Thread: 1 (0 Registered Visitors and 1 Unregistered Guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate Thread Content |
Linear Mode
|
|
Posting Settings
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|