|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransferCapability
Transfer Capability (see DICOM PS 3.15, table H.1-7)
| 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 |
|---|
static final String SCP
static final String SCU
| Method Detail |
|---|
void addTransferSyntax(String transferSyntax)
transferSyntax - the TransferSyntaxe to addString getCommonName()
String getRole()
String getSOPClass()
List<String> getTransferSyntax()
void setCommonName(String aCommonName)
aCommonName - the CommonNamevoid setRole(String aRole)
aRole - void setSOPClass(String aSopClass)
aSopClass - void setTransferSyntax(List<String> transferSyntaxes)
aTransferSyntaxes - the TransferSyntaxes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||