Retrieving additional attributes
See original GitHub issueWhat is not clear to me is how to get attributes which I have not queried for. For example:
dataset = Dataset()
dataset.PatientName = 'Foo^Bar'
dataset.StudyDate = '20131010'
Now I want the result dataset to include e.g. Modality, StudyInstanceUID. How do I do this? Thanks for your help, Joshy
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Retrieve Additional Email Attributes | Marketing Cloud APIs ...
How To Retrieve More Email Attributes. Use the sample code below as a model for your own API calls. Use a RetrieveRequest with...
Read more >Retrieving Information Stored in Attributes - Microsoft Learn
Retrieving a custom attribute is a simple process. First, declare an instance of the attribute you want to retrieve. Then, use the Attribute....
Read more >C.3.4 Additional Query/Retrieve Attributes - DICOM Standard
Attribute Name Tag Attribute Description
SOP Classes in Study (0008,0062) The SOP Classes contained in th...
Anatomic Regions in Study Code Sequence (0008,0063)
Read more >Getting the attributes of the field in additional EditorTemplate
I want to make additional editor template for the Int32. In it I want to get all attributes(custom/default-data-annotations) and do some work with...
Read more >Qp0lGetAttr()--Get Attributes - IBM
The Qp0lGetAttr() function gets one or more attributes, on a single call, for the object that is referred to by the input Path_Name....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Modality is a series level attribute. Modalities In Study is an optional study level attribute. See https://www.medicalconnections.co.uk/kb/Query_Parameters for more details.
You have to include them in the query dataset with an empty value, e.g.