Package me.clarius.sdk
Interface Solum.TeeCallback
- Enclosing class:
Solum
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Tee connection callback.
-
Method Summary
-
Method Details
-
accept
void accept(boolean connected, String serial, double timeRemaining, String id, String name, String exam) Called when the tee callback was invoked.- Parameters:
connected
- flag associated with the tee having a disposable probe connection.serial
- if a probe is connected, the serial number of the probe.timeRemaining
- if a probe is connected, the time remaining in percentage.id
- patient id if burned in to the probe.name
- patient name if burned in to the probe.exam
- exam id if burned in to the probe.
-