Skip to content

Commit

Permalink
Merge pull request #108 from philips-software/feature/dicom-composite
Browse files Browse the repository at this point in the history
Support StoreAsComposite param
  • Loading branch information
loafoe authored Aug 29, 2022
2 parents 7e8ae7a + f616cbe commit b690a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dicom/config_service_repositories.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type Repository struct {
ID string `json:"id,omitempty"`
OrganizationID string `json:"organizationId"`
ActiveObjectStoreID string `json:"activeObjectStoreId"`
StoreAsComposite *bool `json:"storeAsComposite,omitempty"`
Notification *RepositoryNotification `json:"notification,omitempty"`
}

Expand Down

0 comments on commit b690a30

Please sign in to comment.