Interface MedicalTechnologyRepository

All Known Implementing Classes:
DigitalTwinManager

public interface MedicalTechnologyRepository
Interface that models the repository to manage Medical Technologies.
  • Method Details

    • findBy

      Optional<MedicalTechnology> findBy(MedicalTechnologyID medicalTechnologyID)
      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