Skip to content

Commit

Permalink
Merge pull request #25 from arnojsaha/feature/new-project-type-clinic…
Browse files Browse the repository at this point in the history
…al-image

Regenerate API CLI  for clinical image library study
  • Loading branch information
Laugslander authored Jun 5, 2023
2 parents 51705cb + 1fb9abb commit 4ea3f12
Show file tree
Hide file tree
Showing 20 changed files with 1,571 additions and 215 deletions.
496 changes: 281 additions & 215 deletions openapi/entities.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions src/docs/ClinicalImageLibrarySeries.md
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)


11 changes: 11 additions & 0 deletions src/docs/ClinicalImageLibrarySeriesAllOf.md
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)


51 changes: 51 additions & 0 deletions src/docs/ClinicalImageLibraryStudy.md
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)


23 changes: 23 additions & 0 deletions src/docs/ClinicalImageLibraryStudyAllOf.md
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)


3 changes: 3 additions & 0 deletions src/igtcloud/client/services/entities/model/base_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
def lazy_import():
from igtcloud.client.services.entities.model.annotation_study import AnnotationStudy
from igtcloud.client.services.entities.model.base_study_all_of import BaseStudyAllOf
from igtcloud.client.services.entities.model.clinical_image_library_study import ClinicalImageLibraryStudy
from igtcloud.client.services.entities.model.core_labs_study import CoreLabsStudy
from igtcloud.client.services.entities.model.echo_nav_study import EchoNavStudy
from igtcloud.client.services.entities.model.marvel_study import MarvelStudy
Expand All @@ -38,6 +39,7 @@ def lazy_import():
from igtcloud.client.services.entities.model.we_trust_study import WeTrustStudy
globals()['AnnotationStudy'] = AnnotationStudy
globals()['BaseStudyAllOf'] = BaseStudyAllOf
globals()['ClinicalImageLibraryStudy'] = ClinicalImageLibraryStudy
globals()['CoreLabsStudy'] = CoreLabsStudy
globals()['EchoNavStudy'] = EchoNavStudy
globals()['MarvelStudy'] = MarvelStudy
Expand Down Expand Up @@ -134,6 +136,7 @@ def discriminator():
lazy_import()
val = {
'AnnotationStudy': AnnotationStudy,
'ClinicalImageLibraryStudy': ClinicalImageLibraryStudy,
'CoreLabsStudy': CoreLabsStudy,
'EchoNavStudy': EchoNavStudy,
'MarvelStudy': MarvelStudy,
Expand Down
Loading

0 comments on commit 4ea3f12

Please sign in to comment.