Skip to content

Commit

Permalink
Merge branch 'main' into implement-get-supported-mds-languages-set-md…
Browse files Browse the repository at this point in the history
…s-language
  • Loading branch information
antipovi-draeger authored Sep 9, 2024
2 parents fd90cbe + 32bf605 commit 0a3358a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- manipulation PhysicallyDisconnectRemovableSubsystemAfterSettingActivationStateOnOrStndBy
- manipulation RequestIndicationOfNextCalibrationTimeRequired for devices
- manipulation IndicateTimeOfNextCalibrationToUser for devices
- manipulation GetComponentHwVersion for devices
- manipulation GetAvailableDeviceMetaData for device
- manipulation AssociateValidateAndChangeIdentificationOfPatientOrLocationContextState for contexts
Expand Down
13 changes: 13 additions & 0 deletions src/t2iapi/device/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,17 @@ service DeviceService {
*/
rpc GetComponentHwVersion (BasicHandleRequest)
returns (t2iapi.device.GetComponentHwVersionResponse);

/*
Request for the given pm:AbstractDeviceComponentDescriptor handle, if it can be required by a particular standard
or RISK MANAGEMENT process to indicate the time of the next calibration to the USER.
*/
rpc RequestIndicationOfNextCalibrationTimeRequired (BasicHandleRequest)
returns (BasicResponse);

/*
Indicate the time of the next calibration to the USER for the given pm:AbstractDeviceComponentDescriptor handle.
*/
rpc IndicateTimeOfNextCalibrationToUser (BasicHandleRequest)
returns (BasicResponse);
}

0 comments on commit 0a3358a

Please sign in to comment.