Re: Software System Inputs and Outputs - IEC 62304 5.2.2 - Software Requirements Cont
My opinion, it depends whether inputs/outputs are standardised data or data with a proprietary format (yours or from another software).
With standardised data, just quote the standard (eg. PDF, quote the PDF standard). Special case for medical imaging with DICOM data, you shall have a DICOM conformance statement.
With proprietary data. If you and only you uses it, document it lightly, this is your stuff. Unless the design of these data mitigates risks (eg, a CRC check or MD5 check to ensure the integrity of data).
If a 3rd party is supposed to use your data, either input or output, you shall document their format extensively in a user manual or admin manual or maintenance manual. It depends on the nature of exchanged data. Eg: a xml schema with xml data, database model with shared database ...
Mitch.