From 7846b299584eeb505ba7261bdd7a9fcf5ee5701c Mon Sep 17 00:00:00 2001 From: jannaste Date: Thu, 8 Aug 2024 09:08:01 +0200 Subject: [PATCH 1/2] add manipulations for next calibration time indication --- CHANGELOG.md | 2 ++ src/t2iapi/device/service.proto | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576d605..98aefc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- manipulation RequestIndicationOfNextCalibrationTimeRequired for devices +- manipulation IndicateTimeOfNextCalibrationToUser for devices - manipulation GetAvailableDeviceMetaData for device - manipulation AssociateValidateAndChangeIdentificationOfPatientOrLocationContextState for contexts - manipulation GetComponentSwVersion for devices diff --git a/src/t2iapi/device/service.proto b/src/t2iapi/device/service.proto index 6aedd8f..1458515 100644 --- a/src/t2iapi/device/service.proto +++ b/src/t2iapi/device/service.proto @@ -150,4 +150,17 @@ service DeviceService { */ rpc GetComponentSwVersion (BasicHandleRequest) returns (t2iapi.device.GetComponentSwVersionResponse); + + /* + 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); } From 37fa1f24b14498f90983cb280ebef87b13a98540 Mon Sep 17 00:00:00 2001 From: jannaste Date: Fri, 16 Aug 2024 12:30:05 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b400cd4..7fe2195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - manipulation PhysicallyDisconnectRemovableSubsystemAfterSettingActivationStateOnOrStndBy -- manipulation GetComponentHwVersion for devices - manipulation RequestIndicationOfNextCalibrationTimeRequired for devices - manipulation IndicateTimeOfNextCalibrationToUser for devices - manipulation GetComponentHwVersion for devices