GetProcessInfoByRoomId

class GetProcessInfoByRoomId(preOperatingRoomId: RoomData.RoomId?, operatingRoomId: RoomData.RoomId?, processRepository: SurgicalProcessRepository) : ApplicationService<Future<SurgicalProcess?>>

Get a SurgicalProcess by the preOperatingRoomId and the operatingRoomId using a processRepository.

Constructors

Link copied to clipboard
constructor(preOperatingRoomId: RoomData.RoomId?, operatingRoomId: RoomData.RoomId?, processRepository: SurgicalProcessRepository)

Functions

Link copied to clipboard
open override fun execute(): Future<SurgicalProcess?>

Method to execute the application service.