Skip to content

GetImageSet

Source: src/AWS/MedicalImaging/GetImageSet.ts

Runtime binding for the GetImageSet operation (IAM action medical-imaging:GetImageSet), scoped to one Datastore.

Reads an image set’s properties — state, workflow status, version and ARN. Pass versionId to read a specific version; omit it for the latest. Provide the implementation with Effect.provide(AWS.MedicalImaging.GetImageSetHttp).

const getImageSet = yield* MedicalImaging.GetImageSet(datastore);
const imageSet = yield* getImageSet({ imageSetId });
// imageSet.imageSetState === "ACTIVE", imageSet.versionId, imageSet.imageSetArn