createMultiCGetSCU
public static MultiCGetSCU createMultiCGetSCU(java.lang.String host,
int port,
java.lang.String calledAETitle,
java.lang.String localAETitle,
SOPClassUID sopClassUID,
java.util.List<SOPClassUID> storageSOPClasses,
java.util.List<TransferSyntaxUID> additionalTransferSyntaxes,
CGetExtendedNegotiation cGetExtendedNegotiation)
creates a MultiCGetSCU for the specified SOP Class
- Parameters:
host - the remote hostport - the remote portcalledAETitle - the called AE titlelocalAETitle - the local (calling) AE titlesopClassUID - a SOPClassUID that supports C-GETstorageSOPClasses - storage SOP classes for which SOP instances are retrievedadditionalTransferSyntaxes - additional transfer syntaxes (optional)cGetExtendedNegotiation - extended negotiation data
- Returns:
- an instance of a MultiCGetSCU