dicom:userguide:userguide
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dicom:userguide:userguide [2015/08/11 18:48] – [Functions] kerhart | dicom:userguide:userguide [2021/07/29 18:23] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 46: | Line 46: | ||
The Dicom App exposes a few key functions through its API. Below is a list and brief explanation of a few of the most common functions. A full function list as well as details of each function, its argument parameters, and return values are provided in the [[http:// | The Dicom App exposes a few key functions through its API. Below is a list and brief explanation of a few of the most common functions. A full function list as well as details of each function, its argument parameters, and return values are provided in the [[http:// | ||
- | | + | |
- | * Parses | + | * Takes in a rt_study and dicom file blob, parses the blob and adds it to the study. |
- | | + | * //**add_files_to_study: |
- | * Parses | + | * Adds dicom files to an existing study and returns the updated study. |
- | | + | * //**make_study: |
- | * Parses a list of dicom (blob) files and constructs the combined CT image set as an //image_3// type. Note: Non-CT files are ignored | + | * Makes a new study and initializes plan, ss and ct for importing |
- | | + | |
- | * Takes an array of //dicom_data// types and returns it as a //dicom_patient//. If there were CT Images it will combine them in to an //image_3d//. | + | * Writes |
+ | * //**write_ct_image_slice: | ||
+ | * Writes a dicom ct image file as a blob from cradle rt_study data. | ||
+ | | ||
+ | * Writes all dicom ct image files as blobs from cradle rt_study data. | ||
+ | * //**write_dose_image: | ||
+ | * Writes 3D image data containing dose information into a binary blob dicom dose file. | ||
+ | | ||
+ | * Returns a filesystem_item | ||
+ | * //**write_plan: | ||
+ | * Writes dicom plan file as a blob from cradle plan data. | ||
+ | * //**write_plan_dose: | ||
+ | * Writes a dicom dose file for the plan in the study | ||
+ | * //**write_structure_set: | ||
+ | * Writes dicom structure set file as a blob from cradle structure set data. | ||
See the [[dicom: | See the [[dicom: | ||
Line 91: | Line 106: | ||
---- | ---- | ||
- | <WRAP center 10%>// | ||
- | <WRAP center | + | <WRAP center |
dicom/userguide/userguide.1439318896.txt.gz · Last modified: 2021/07/29 18:21 (external edit)