Skip to content

Commit

Permalink
changes discussed in meeting on 2024.06.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Jun 28, 2024
1 parent 55c4777 commit 8467d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- manipulation AssociateValidateAndChangeIdentificationOfContextState for contexts
- manipulation AssociateValidateAndChangeIdentificationOfPatientOrLocationContextState for contexts
- manipulation ProvideInformationAboutLastCalibration for devices
- manipulation ProvideInformationAboutNextCalibration for devices
- manipulation SetSystemContextActivationStateAndContextAssociation for combined settings
Expand Down
4 changes: 2 additions & 2 deletions src/t2iapi/context/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ service ContextService {
- its pm:Identification changes.
The pm:Identification of the created resp. adapted context state must differ structurally from
the pm:Identification of the previously associated context state of the same @DescriptorHandle.
Returns the handle of the created or adapted context state and the mdib version
Returns the handle of the created or adapted context state and a mdib version
that contains the version of the previously associated context state whose pm:Identification
the changed pm:Identification must structurally differ from.
The mdib version must be the one that represents the mdib of the device before the changes of the
The mdib version must represent the mdib of the device before the changes of the
manipulation are applied to the mdib.
The manipulated state shall be persistent until a next manipulation call. If the device is not able to maintain
the static state, it shall return RESULT_NOT_SUPPORTED.
Expand Down

0 comments on commit 8467d22

Please sign in to comment.