Skip to content

Commit

Permalink
add manipulations for next calibration time indication (Draegerwerk#88)
Browse files Browse the repository at this point in the history
add manipulations for next calibration time indication required

# Checklist

The following aspects have been respected by the author of this pull
request, confirmed by both pull request assignee **and** reviewer:

* Changelog update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* README update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
  • Loading branch information
jannast authored Aug 19, 2024
1 parent bacdf22 commit 32bf605
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 @@ -157,4 +157,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 32bf605

Please sign in to comment.