org.dicom4j.management
Interface NetworkApplicationEntities


public interface NetworkApplicationEntities

a list of NetworkApplicationEntity

Since:
0.0.3
Author:
Laurent Lecomte

Method Summary
 NetworkApplicationEntity add(NetworkApplicationEntity aEntity)
           
 NetworkApplicationEntity get(int aIndex)
          get a NetworkApplicationEntity depending of his index in the list
 NetworkApplicationEntity get(String aAET)
          get a NetworkApplicationEntity depending of his AET
 

Method Detail

add

NetworkApplicationEntity add(NetworkApplicationEntity aEntity)

get

NetworkApplicationEntity get(int aIndex)
get a NetworkApplicationEntity depending of his index in the list

Parameters:
aIndex - the index
Returns:
the NetworkApplicationEntity or null

get

NetworkApplicationEntity get(String aAET)
get a NetworkApplicationEntity depending of his AET

Parameters:
aAET - the requested AET
Returns:
the NetworkApplicationEntity or null


Copyright © 2009 dicom4j. All Rights Reserved.