AWS.Tools.MedicalImaging.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MedicalImaging</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MIS.AddMISResourceTagCmdlet"> <summary> Adds a user-specifed key and value tag to a medical imaging resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.AddMISResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the medical imaging resource that tags are being added to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.AddMISResourceTagCmdlet.Tag"> <summary> <para> <para>The user-specified key and value tag pairs added to a medical imaging resource.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.AddMISResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.AddMISResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet"> <summary> Copy an image set. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.DICOMCopies_CopiableAttribute"> <summary> <para> <para>The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.ForceCopy"> <summary> <para> <para>Setting this flag will force the <c>CopyImageSet</c> operation, even if Patient, Study, or Series level metadata are mismatched across the <c>sourceImageSet</c> and <c>destinationImageSet</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.DestinationImageSet_ImageSetId"> <summary> <para> <para>The image set identifier for the destination image set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.DestinationImageSet_LatestVersionId"> <summary> <para> <para>The latest version identifier for the destination image set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.SourceImageSet_LatestVersionId"> <summary> <para> <para>The latest version identifier for the source image set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.SourceImageSetId"> <summary> <para> <para>The source image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.CopyImageSetResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.CopyImageSetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.CopyMISImageSetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreCmdlet"> <summary> Get data store properties. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DatastoreProperties'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.GetDatastoreResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.GetDatastoreResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreListCmdlet"> <summary> List data stores.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreListCmdlet.DatastoreStatus"> <summary> <para> <para>The data store status.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreListCmdlet.MaxResult"> <summary> <para> <para>Valid Range: Minimum value of 1. Maximum value of 50.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreListCmdlet.NextToken"> <summary> <para> <para>The pagination token used to request the list of data stores on the next page.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DatastoreSummaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.ListDatastoresResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.ListDatastoresResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDatastoreListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobCmdlet"> <summary> Get the import job properties to learn more about the job or job progress. <note><para> The <c>jobStatus</c> refers to the execution of the import job. Therefore, an import job can return a <c>jobStatus</c> as <c>COMPLETED</c> even if validation issues are discovered during the import process. If a <c>jobStatus</c> returns as <c>COMPLETED</c>, we still recommend you review the output manifests written to S3, as they provide details on the success or failure of individual P10 object imports. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobCmdlet.JobId"> <summary> <para> <para>The import job identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'JobProperties'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.GetDICOMImportJobResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.GetDICOMImportJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet"> <summary> List import jobs created for a specific data store.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet.JobStatus"> <summary> <para> <para>The filters for listing import jobs based on status.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet.MaxResult"> <summary> <para> <para>The max results count. The upper bound is determined by load testing.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet.NextToken"> <summary> <para> <para>The pagination token used to request the list of import jobs on the next page.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'JobSummaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.ListDICOMImportJobsResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.ListDICOMImportJobsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISDICOMImportJobListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISImageFrameCmdlet"> <summary> Get an image frame (pixel data) for an image set. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageFrameCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageFrameCmdlet.ImageFrameInformation_ImageFrameId"> <summary> <para> <para>The image frame (pixel data) identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageFrameCmdlet.ImageSetId"> <summary> <para> <para>The image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageFrameCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.GetImageFrameResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.GetImageFrameResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetCmdlet"> <summary> Get image set properties. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetCmdlet.ImageSetId"> <summary> <para> <para>The image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetCmdlet.VersionId"> <summary> <para> <para>The image set version identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.GetImageSetResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.GetImageSetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetMetadataCmdlet"> <summary> Get metadata attributes for an image set. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetMetadataCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetMetadataCmdlet.ImageSetId"> <summary> <para> <para>The image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetMetadataCmdlet.VersionId"> <summary> <para> <para>The image set version identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetMetadataCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.GetImageSetMetadataResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.GetImageSetMetadataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet"> <summary> List image set versions.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet.ImageSetId"> <summary> <para> <para>The image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet.MaxResult"> <summary> <para> <para>The max results count.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet.NextToken"> <summary> <para> <para>The pagination token used to request the list of image set versions on the next page.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageSetPropertiesList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.ListImageSetVersionsResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.ListImageSetVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISImageSetVersionListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.GetMISResourceTagCmdlet"> <summary> Lists all tags associated with a medical imaging resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the medical imaging resource to list tags for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.GetMISResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet"> <summary> Create a data store. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet.DatastoreName"> <summary> <para> <para>The data store name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet.KmsKeyArn"> <summary> <para> <para>The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet.Tag"> <summary> <para> <para>The tags provided when creating a data store.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet.ClientToken"> <summary> <para> <para>A unique identifier for API idempotency.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.CreateDatastoreResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.CreateDatastoreResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.NewMISDatastoreCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.RemoveMISDatastoreCmdlet"> <summary> Delete a data store. <note><para> Before a data store can be deleted, you must first delete all image sets within it. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISDatastoreCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISDatastoreCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.DeleteDatastoreResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.DeleteDatastoreResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISDatastoreCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.RemoveMISImageSetCmdlet"> <summary> Delete an image set. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISImageSetCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISImageSetCmdlet.ImageSetId"> <summary> <para> <para>The image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISImageSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.DeleteImageSetResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.DeleteImageSetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISImageSetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.RemoveMISResourceTagCmdlet"> <summary> Removes tags from a medical imaging resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the medical imaging resource that tags are being removed from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISResourceTagCmdlet.TagKey"> <summary> <para> <para>The keys for the tags to be removed from the medical imaging resource.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.RemoveMISResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet"> <summary> Search image sets based on defined input attributes. <note><para><c>SearchImageSets</c> accepts a single search query parameter and returns a paginated response of all image sets that have the matching criteria. All date range queries must be input as <c>(lowerBound, upperBound)</c>. </para><para> By default, <c>SearchImageSets</c> uses the <c>updatedAt</c> field for sorting in descending order from newest to oldest. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.DatastoreId"> <summary> <para> <para>The identifier of the data store where the image sets reside.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.SearchCriteria_Filter"> <summary> <para> <para>The filters for the search criteria.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.Sort_SortField"> <summary> <para> <para>The sort field for search criteria.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.Sort_SortOrder"> <summary> <para> <para>The sort order for search criteria.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results that can be returned in a search.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.NextToken"> <summary> <para> <para>The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageSetsMetadataSummaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.SearchImageSetsResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.SearchImageSetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.SearchMISImageSetCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet"> <summary> Start importing bulk data into an <c>ACTIVE</c> data store. The import job imports DICOM P10 files found in the S3 prefix specified by the <c>inputS3Uri</c> parameter. The import job stores processing results in the file specified by the <c>outputS3Uri</c> parameter. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.DataAccessRoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.InputOwnerAccountId"> <summary> <para> <para>The account ID of the source S3 bucket owner.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.InputS3Uri"> <summary> <para> <para>The input prefix path for the S3 bucket that contains the DICOM files to be imported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.JobName"> <summary> <para> <para>The import job name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.OutputS3Uri"> <summary> <para> <para>The output prefix of the S3 bucket to upload the results of the DICOM import job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.ClientToken"> <summary> <para> <para>A unique identifier for API idempotency.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.StartDICOMImportJobResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.StartDICOMImportJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.StartMISDICOMImportJobCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet"> <summary> Update image set metadata attributes. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.DatastoreId"> <summary> <para> <para>The data store identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.ForceUpdate"> <summary> <para> <para>Setting this flag will force the <c>UpdateImageSetMetadata</c> operation for the following attributes:</para><ul><li><para><c>Tag.StudyInstanceUID</c>, <c>Tag.SeriesInstanceUID</c>, <c>Tag.SOPInstanceUID</c>, and <c>Tag.StudyID</c></para></li><li><para>Adding, removing, or updating private tags for an individual SOP Instance</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.ImageSetId"> <summary> <para> <para>The image set identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.LatestVersionId"> <summary> <para> <para>The latest image set version identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.DICOMUpdates_RemovableAttribute"> <summary> <para> <para>The DICOM tags to be removed from <c>ImageSetMetadata</c>.</para> </para> <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.UpdateImageSetMetadataUpdates_RevertToVersionId"> <summary> <para> <para>Specifies the previous image set version ID to revert the current image set back to.</para><note><para>You must provide either <c>revertToVersionId</c> or <c>DICOMUpdates</c> in your request. A <c>ValidationException</c> error is thrown if both parameters are provided at the same time.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.DICOMUpdates_UpdatableAttribute"> <summary> <para> <para>The DICOM tags that need to be updated in <c>ImageSetMetadata</c>.</para> </para> <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MedicalImaging.Model.UpdateImageSetMetadataResponse). Specifying the name of a property of type Amazon.MedicalImaging.Model.UpdateImageSetMetadataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MIS.UpdateMISImageSetMetadataCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |