

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 成本最佳化
<a name="cost-optimization"></a>

HealthImaging 旨在最佳化儲存成本，方法是在存取模式變更時，自動將資料移至最具成本效益的存取層。隨著用量模式隨著時間的變化，智慧型分層可為 DICOM 資料提供自動生命週期管理，而不會產生任何操作額外負荷。HealthImaging 有兩個儲存層：
+ 新匯入或定期存取的 DICOM 資料**經常存取層**儲存。
+ 為最近未存取的 DICOM 資料**封存 Instant Access 層**儲存。可降低長期封存的儲存成本，同時維持毫秒的存取延遲。

您需要支付資料存放區中所有影像集的彙總儲存體大小。這兩個儲存層每月都會按 GB 計費，而且每個影像集不收取任何費用。在儲存層之間移動資料也不會產生擷取費用。

**注意**  
影像集的大小下限為 5 MB。HealthImaging 接受小於 5 MB 的影像集，但這些較小的物件會以 5 MB 的速率收費。

## 智慧型分層的運作方式
<a name="intelligent-tiering"></a>

建立新映像集時，您的資料會存放在經常存取層中。您可以透過匯入新資料 （透過匯入任務或 DICOMweb STOW-RS) 或叫用 CopyImageSet 來建立映像集。HealthImaging 會自動將連續 30 天未存取的映像集移至 Archive Instant Access 層，而且映像集會保留在 Archive Instant Access 層中，直到再次存取為止。

以下是構成存取 DICOM 資料的動作，這些資料會自動將映像集從 Archive Instant Access 層移回經常存取層：
+ 叫用 [GetImageSetMetadata](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html)、[GetImageFrame](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html) 或任何 [DICOMweb WADO-RS](https://docs.aws.amazon.com/healthimaging/latest/devguide/dicomweb-retrieve.html) 動作。
+ 叫用 [CopyImageSet](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html) 或 [UpdateImageSetMetadata](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html)。在複製操作的情況下，只有複寫的影像集會分層為經常存取。如果是使用目的地複製，則會將目的地映像集分層。
+ 透過 AWS HealthImaging 管理主控台檢視和下載映像集資料。

上述動作會將映像集提升為經常存取層，並防止經常存取層中的映像集再 30 天縮減至 Archive Instant Access 層。可以透過 AWS 管理主控台或透過程式設計界面，例如 AWS CLI AWS SDKs 存取映像集。其他動作**不會**構成存取，因此不會自動將物件從 Archive Instant Access 層移回經常存取層。以下是此類動作的範例，而非明確清單：
+ 資料存放區上的動作 ([CreateDatastore](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html) 和 [GetDatastore](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html))
+ 列出動作 ([ListDICOMImportJobs](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html)、[ListImageSetVersions](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html) 和 [ListTagsForResource](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html))
+ 搜尋動作 ([SearchImageSets](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html) 和 [DICOMweb QIDO-RS](https://docs.aws.amazon.com/healthimaging/latest/devguide/dicomweb-search.html) 查詢）
+ 叫用 [GetImageSet](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html)、[TagResource](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html) 或 [UntagResource](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html)
+ 刪除操作

匯入 HealthImaging 的資料的儲存期間下限為 30 天。您可以隨時刪除您的資料，但匯入後 30 天內刪除的每個影像都會在最短持續時間的剩餘時間內收費。

## 估算結構化資料儲存
<a name="structured-data-storage"></a>

HealthImaging 會將一些 DICOM 標頭資訊儲存在索引儲存中。您需要支付此結構化儲存體耗用量的費用，獨立於影像集儲存層，這些費用是附加的。您可以透過將資料存放區中的 DICOM 資源數目乘以每個資源的索引記錄大小，來估計結構化儲存體耗用量。下列值為近似值。


| DICOM 資源 | 索引大小 （位元組） | 
| --- | --- | 
| 試驗 | 1024 | 
| 系列 | 830 | 
| 執行個體 | 680 | 