SRS-043: Endpoint Implementation
Identifier​
SRS-043
Software System​
- Orchestrator
- Processor
- Report Builder
Category​
- Functional
- Input and output, interfaces
Description​
The software shall implement and expose the full set of functional endpoints as defined in the paths
object of the OpenAPI specification. This includes, but is not limited to:
GET /
: For retrieving basic system information.POST /login
: For user authentication and token generation.POST /diagnosis-support
: For providing diagnostic analysis of images.POST /severity-assessment/manual
: For manual severity scoring.POST /severity-assessment/automatic/local
: For single-zone automatic severity scoring.POST /severity-assessment/automatic/global
: For full-body automatic severity scoring.GET /device-information
: For retrieving device specifications.
Derived from PRS​
PRS-005
: Expose the device’s functionality through a versioned, network-accessible API