STOREDPRINTSTORAGEINSTANCEINFO

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

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

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 L_DicomPrintSCUCreatePullPrintRequest, the member uStructSize must specify the size of the structure.

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

LEADTOOLS DICOM C API Help