STOREDPRINTSTORAGEINSTANCEINFO

Summary

The STOREDPRINTSTORAGEINSTANCEINFO structure is used to specify information about referenced Stored Print Storage SOP Instances when creating Pull Print Request SOP Instances.

Syntax

typedef struct tagSTOREDPRINTSTORAGEINSTANCEINFO 
{ 
   L_UINT uStructSize; 
   L_PCTSTR pszRetrieveAETitle; 
   L_PCTSTR pszReferencedSOPInstanceUID; 
   L_PCTSTR pszStudyInstanceUID; 
   L_PCTSTR pszSeriesInstanceUID; 
   L_PCTSTR pszPatientID; 
} STOREDPRINTSTORAGEINSTANCEINFO, * pSTOREDPRINTSTORAGEINSTANCEINFO; 

Members

uStructSize

Size of the structure.

pszRetrieveAETitle

Retrieve AE Title (0008,0054).

pszReferencedSOPInstanceUID

Referenced SOP Instance UID (0008,1155).

pszStudyInstanceUID

Study Instance UID (0020,000D).

pszSeriesInstanceUID

Series Instance UID (0020,000E).

pszPatientID

Patient ID (0010,0020).

Comments

Refer to the DICOM standard for more details about the attributes described by this structure.

When the structure pointer is passed to the function LDicomPrintSCU::CreatePullPrintRequest, the member uStructSize must specify the size of the structure.

Usage

See Also

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

LEADTOOLS DICOM C++ Class Library Help

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