DOC: Edit phrasing and grammar of FDA software development guidelines#5991
Conversation
|
| Filename | Overview |
|---|---|
| Documentation/docs/learn/fda_sw_development_guidelines.md | Documentation-only grammar and phrasing improvements: pluralizes "developer" to "developers", fixes "Whoever develop" agreement, simplifies phrasing, fixes "That will included" → "This includes", and corrects "worth to" → "worth it to". |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Develop Medical Application\nusing ITK/VTK] --> B{Is application subject\nto FDA approval?}
B -- Yes --> C[Developer is responsible\nfor validation]
B -- No --> D[Standard development\npractices apply]
C --> E[Validate use of ITK/VTK\nfunctionalities]
C --> F[Validate all other OTS\nsoftware used]
F --> F1[OS, Compiler, OpenGL,\nLibraries, Processor]
E --> G[Demonstrate ITK/VTK\nbehaves as expected\nin application context]
G --> H[Submit to FDA per\napplicable guidelines]
Reviews (1): Last reviewed commit: "DOC: Edit phrasing and grammar of FDA so..." | Re-trigger Greptile
|
Thanks @JakeKitzmann ! Looks fine to me, although I would suggest squashing the two commits into one! |
| @@ -3,29 +3,29 @@ | |||
| ## FDA guidelines for off-the-shelf software | |||
|
|
|||
| ITK and VTK are to be considered as off-the-shelf (OTS) products that | |||
There was a problem hiding this comment.
Off-topic (probably beyond the scope of this pull request), I wonder why these ITK guidelines explicitly include VTK here!
VTK is mentioned four times, in this document:
PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.