Getting started
- Make sure you have installed all prerequisites and the Encord SDK. If you haven’t done so, all the instructions you need to do so are here.
- Ensure you have a public - private key pair to authenticate with Encord. To learn more about authentication in Encord see our documentation here.
Common entities used when working with DICOM
The following table shows how to refer to various DICOM-related entities when using the Encord SDK.DICOM metadata
Please see our tutorial on DICOM metadata to learn how to view metadata pertaining to a series, or individual slices.Uploading DICOM data to Encord
To upload DICOM data to Encord:- Create a dataset.
- Upload data from your local machine, or register data from private cloud storage.
To add data from a cloud server, a JSON file specifying the files to be added is required. Click here to learn more.


