org.dicom4j.management
Interface TransferCapability

All Known Implementing Classes:
TransferCapabilityBean

public interface TransferCapability

Transfer Capability (see DICOM PS 3.15, table H.1-7)

Since:
0.0.2
Author:
Laurent Lecomte

Field Summary
static String SCP
          String representation of the DICOM SCP role.
static String SCU
          String representation of the DICOM SCU role.
 
Method Summary
 void addTransferSyntax(String transferSyntax)
          add one TransferSyntax
 String getCommonName()
          get the CommonName
 String getRole()
          get the Role
 String getSOPClass()
          get the SOPClass
 List<String> getTransferSyntax()
          get the TransferSyntaxes
 void setCommonName(String aCommonName)
          set the CommonName
 void setRole(String aRole)
          Set the Role
 void setSOPClass(String aSopClass)
          set the SOPClass
 void setTransferSyntax(List<String> transferSyntaxes)
          set the TransferSyntaxes
 

Field Detail

SCP

static final String SCP
String representation of the DICOM SCP role.

See Also:
Constant Field Values

SCU

static final String SCU
String representation of the DICOM SCU role.

See Also:
Constant Field Values
Method Detail

addTransferSyntax

void addTransferSyntax(String transferSyntax)
add one TransferSyntax

Parameters:
transferSyntax - the TransferSyntaxe to add

getCommonName

String getCommonName()
get the CommonName

Returns:
the CommonName

getRole

String getRole()
get the Role

Returns:

getSOPClass

String getSOPClass()
get the SOPClass

Returns:

getTransferSyntax

List<String> getTransferSyntax()
get the TransferSyntaxes

Returns:
the TransferSyntaxes

setCommonName

void setCommonName(String aCommonName)
set the CommonName

Parameters:
aCommonName - the CommonName

setRole

void setRole(String aRole)
Set the Role

Parameters:
aRole -

setSOPClass

void setSOPClass(String aSopClass)
set the SOPClass

Parameters:
aSopClass -

setTransferSyntax

void setTransferSyntax(List<String> transferSyntaxes)
set the TransferSyntaxes

Parameters:
aTransferSyntaxes - the TransferSyntaxes


Copyright © 2009 dicom4j. All Rights Reserved.