Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b690a30

Browse files
authored
Merge pull request #108 from philips-software/feature/dicom-composite
Support StoreAsComposite param
2 parents 7e8ae7a + f616cbe commit b690a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dicom/config_service_repositories.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type Repository struct {
1212
ID string `json:"id,omitempty"`
1313
OrganizationID string `json:"organizationId"`
1414
ActiveObjectStoreID string `json:"activeObjectStoreId"`
15+
StoreAsComposite *bool `json:"storeAsComposite,omitempty"`
1516
Notification *RepositoryNotification `json:"notification,omitempty"`
1617
}
1718

0 commit comments

Comments
 (0)