File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
python/example_code/medical-imaging/imaging_set_and_frames_workflow Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212def hello_medical_imaging (medical_imaging_client ):
1313 """
14- Use the AWS SDK for Python (Boto3) to create an Amazon HealthImaging
14+ Use the AWS SDK for Python (Boto3) to create an AWS HealthImaging
1515 client and list the data stores in your account.
1616 This example uses the default settings specified in your shared credentials
1717 and config files.
1818
19- :param medical_imaging_client: A Boto3 Amazon HealthImaging Client object.
19+ :param medical_imaging_client: A Boto3 AWS HealthImaging Client object.
2020 """
2121 print ("Hello, Amazon Health Imaging! Let's list some of your data stores:\n " )
2222 try :
Original file line number Diff line number Diff line change 2020
2121
2222class MedicalImagingWrapper :
23- """Encapsulates Amazon HealthImaging functionality."""
23+ """Encapsulates AWS HealthImaging functionality."""
2424
2525 def __init__ (self , medical_imaging_client , s3_client ):
2626 """
You can’t perform that action at this time.
0 commit comments