public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies
The "studies" collection of methods.
|
Constructor and Description |
---|
DicomWeb() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies |
studies()
An accessor for creating requests from the Studies collection.
|
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies studies()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Studies.List request = healthcare.studies().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.