Package usecase.repository
Interface MedicalTechnologyRepository
- All Known Implementing Classes:
DigitalTwinManager
public interface MedicalTechnologyRepository
Interface that models the repository to manage Medical Technologies.
-
Method Summary
Modifier and TypeMethodDescriptionfindBy
(MedicalTechnologyID medicalTechnologyID) Find a medical technology by its id and gets its data.
-
Method Details
-
findBy
Find a medical technology by its id and gets its data.- Parameters:
medicalTechnologyID
- the id used to find the medical technology- Returns:
- the medical technology data
-