null,
C_STORE_RQ,
SCP,
null,
URI);
AttributeCoercions acs = new AttributeCoercions();
acs.add(any);
acs.add(ctFromAET1);
acs.add(anyFromAET2);
acs.add(mrFromAny);
assertSame(ctFromAET1, acs.findAttributeCoercion(
UID.CTImageStorage, C_STORE_RQ, SCP, "AET1"));
assertSame(anyFromAET2, acs.findAttributeCoercion(
UID.CTImageStorage, C_STORE_RQ, SCP, "AET2"));
assertSame(mrFromAny, acs.findAttributeCoercion(
UID.MRImageStorage, C_STORE_RQ, SCP, "AET1"));
assertSame(anyFromAET2, acs.findAttributeCoercion(
UID.MRImageStorage, C_STORE_RQ, SCP, "AET2"));
assertSame(any, acs.findAttributeCoercion(
UID.CTImageStorage, C_STORE_RQ, SCP, "AET3"));
}