STOREDPRINTSTORAGEINSTANCEINFO

typedef struct tagSTOREDPRINTSTORAGEINSTANCEINFO
{
   L_UINT uStructSize; 
   L_TCHAR  * pszRetrieveAETitle; 
   L_TCHAR  * pszReferencedSOPInstanceUID; 
   L_TCHAR  * pszStudyInstanceUID; 
   L_TCHAR  * pszSeriesInstanceUID; 
   L_TCHAR  * 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.

Member

Description

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.

See Also

Functions:

LDicomPrintSCU::CreatePullPrintRequest

Topics:

Print Management SCU