Unreleased ReleaseDate
Fixes and improvements
0.8.0 2021-03-09
Fixes and improvements
- Implemented peer operations (CRUD and storing) #72, #75
- Implemented C-MOVE (
modalities/foo/move
) #74 - Added support for Orthanc 1.9.x #78
- Implemented C-FIND (
/modalities/foo/query
) #81, #83, #84, #87
0.7.0 2021-01-06
Fixes and improvements
- Changed
Entity::kind
to be a function instead of a method #59 - Implemented search within Orthanc (
/tools/find
endpoint) #62 - Changed
Client::new
andClient.auth
to accept&str
#63 - Broke the code up into smaller modules #65
0.6.1 2020-12-20
Fixes and improvements
- Moved
dicom-object
fromdependencies
todev-dependencies
#57
0.6.0 - 2020-12-17
Fixes and improvements
- Renamed
Entity
enum toEntityKind
and addedEntity
trait #47
0.5.2 - 2020-12-06
Fixes and improvements
- Implemented getting system info through
/system
endpoint #42
0.5.1 - 2020-11-16
Fixes and improvements
- Implemented
Debug
forClient
type #36
0.5.0 - 2020-11-15
Fixes and improvements
- Added methods to create, modify and delete modalities #34
0.4.0 - 2020-11-06
Fixes and improvements
- Added
force
field toAnonymization
struct to support anonymization of protected DICOM tags #30
0.3.0 - 2020-11-01
Fixes and improvements