in import/src/main/java/com/google/cloud/healthcare/imaging/dicomadapter/cstore/multipledest/sender/CStoreSender.java [18:31]
public void cstore(Aet target,
String sopInstanceUid,
String sopClassUid,
InputStream inputStream)
throws IOException, InterruptedException {
DicomClient.connectAndCstore(
sopClassUid,
sopInstanceUid,
inputStream,
applicationEntity,
target.getName(),
target.getHost(),
target.getPort());
}