-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from arnojsaha/feature/new-project-type-clinic…
…al-image Regenerate API CLI for clinical image library study
- Loading branch information
Showing
20 changed files
with
1,571 additions
and
215 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# ClinicalImageLibrarySeries | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**series_type** | **str** | | | ||
**study** | [**ClinicalImageLibraryStudy**](ClinicalImageLibraryStudy.md) | | [optional] | ||
**series_database_id** | **str** | | [optional] | ||
**created_on** | **str** | | [optional] [readonly] | ||
**created_by** | **str** | | [optional] [readonly] | ||
**last_updated_on** | **str** | | [optional] [readonly] | ||
**last_updated_by** | **str** | | [optional] [readonly] | ||
**instance_uid** | **str** | | [optional] | ||
**modality** | **str** | | [optional] | ||
**preview_url** | **str** | | [optional] | ||
**procedure_database_id** | **str** | | [optional] | ||
**s3_prefix** | **str** | | [optional] | ||
**series_format** | **str** | | [optional] | ||
**study_database_id** | **str** | | [optional] [readonly] | ||
**related_study_instance_uid** | **str** | | [optional] | ||
**related_series_instance_uid** | **str** | | [optional] | ||
**document_title** | **str** | | [optional] | ||
**display_name** | **str** | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ClinicalImageLibrarySeriesAllOf | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**study** | [**ClinicalImageLibraryStudy**](ClinicalImageLibraryStudy.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# ClinicalImageLibraryStudy | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**study_type** | **str** | | | ||
**study_name** | **str** | | [optional] | ||
**created_name** | **str** | | [optional] | ||
**system_type** | **str** | | [optional] | ||
**project_name** | **str** | | [optional] | ||
**treatment** | **str** | | [optional] | ||
**anatomy** | **str** | | [optional] | ||
**institute_name** | **str** | | [optional] | ||
**segment** | **str** | | [optional] | ||
**software_version** | **str** | | [optional] | ||
**interventional_tool** | **str** | | [optional] | ||
**manufacturer** | **str** | | [optional] | ||
**environment** | **str** | | [optional] | ||
**modality_version** | **str** | | [optional] | ||
**study_database_id** | **str** | | [optional] [readonly] | ||
**institute_id** | **str** | | [optional] [readonly] | ||
**project_id** | **str** | | [optional] [readonly] | ||
**study_id_human_readable** | **str** | | [optional] [readonly] | ||
**created_on** | **datetime** | | [optional] [readonly] | ||
**created_by** | **str** | | [optional] [readonly] | ||
**last_updated_on** | **datetime** | | [optional] [readonly] | ||
**last_updated_by** | **str** | | [optional] [readonly] | ||
**max_retention_date** | **datetime** | | [optional] | ||
**legal_basis** | **[str]** | | [optional] | ||
**legal_basis_other** | **str** | | [optional] | ||
**purpose** | **[str]** | | [optional] | ||
**purpose_other** | **str** | | [optional] | ||
**electronic_record_state** | **str** | | [optional] | ||
**s3_prefix** | **str** | | [optional] [readonly] | ||
**study_id** | **str** | | [optional] | ||
**instance_uid** | **str** | | [optional] | ||
**state** | **str** | | [optional] | ||
**description** | **str** | | [optional] | ||
**study_comments** | **str** | | [optional] | ||
**comments** | **str** | | [optional] | ||
**study_date** | **datetime** | | [optional] | ||
**accession_number** | **str** | | [optional] | ||
**hospital_id** | **str** | | [optional] [readonly] | ||
**patient_database_id** | **str** | | [optional] [readonly] | ||
**patient** | [**Patient**](Patient.md) | | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ClinicalImageLibraryStudyAllOf | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**study_name** | **str** | | [optional] | ||
**created_name** | **str** | | [optional] | ||
**system_type** | **str** | | [optional] | ||
**project_name** | **str** | | [optional] | ||
**treatment** | **str** | | [optional] | ||
**anatomy** | **str** | | [optional] | ||
**institute_name** | **str** | | [optional] | ||
**segment** | **str** | | [optional] | ||
**software_version** | **str** | | [optional] | ||
**interventional_tool** | **str** | | [optional] | ||
**manufacturer** | **str** | | [optional] | ||
**environment** | **str** | | [optional] | ||
**modality_version** | **str** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.