public class Node extends Object
| Constructor and Description |
|---|
Node(String aet) |
Node(String aet,
Integer port) |
Node(String aet,
String hostname,
Integer port) |
Node(String aet,
String hostname,
Integer port,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
buildLocalDicomNode(Association as) |
static Node |
buildRemoteDicomNode(Association as) |
static String |
convertToIP(String hostname) |
boolean |
equals(Object o) |
boolean |
equalsHostname(String anotherHostname) |
int |
hashCode() |
String |
toString() |
public Node(String aet)
public static Node buildLocalDicomNode(Association as)
public static Node buildRemoteDicomNode(Association as)
public boolean equalsHostname(String anotherHostname)
Copyright © 2021. All rights reserved.