←Select platform

OneInstancePerSeries Field

Summary

When performing a CustomQueryCompositeInstances query, return only one series per Instance.

Syntax
C#
C++/CLI
public bool OneInstancePerSeries 
public:  
   bool OneInstancePerSeries 
Remarks

The Patient, Study, Series, and Instance database tables exhibit a one-to-many relationship:

  • Each patient can have one or more studies
  • Each study can have one or more series
  • Each series can have one or more instances

In practice, a series can have several hundred instances.

The CustomQueryCompositeInstances query can be limited to return one series per instance by passing an ExtraQueryOptions object with the OneInstancePerSeries member set to true.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.