SRS-025 The product validates the image's clinical domain
Identifier​
SRS-025
Software system​
- Processor
- Report Builder
- Orchestrator
Category​
- Functional
- Input and output, interfaces
Description​
The product shall utilize a Clinical Domain Classifier algorithm to automatically assess whether an ingested image belongs to the dermatological domain.
For each image, the system shall produce the following outputs based on this analysis:
- A numerical AI confidence score representing the probability that the image is dermatological.
- A boolean
isDermatological
flag. This flag shall be set totrue
if the confidence score exceeds a configurable and version-controlled threshold, andfalse
otherwise.
Derived from PRS​
PRS-003: Assess image adequacy on ingestion