other.setString("PrivateCreatorB", 0x00990002, VR.LO, "Modfied0099xx02B");
return other;
}
private Attributes createOriginal() {
Attributes original = new Attributes();
Attributes otherPID = new Attributes();
Attributes rqAttrs = new Attributes();
original.setString(Tag.AccessionNumber, VR.SH, "AccessionNumber");
original.setNull(Tag.PatientName, VR.PN);
original.setString(Tag.PatientID, VR.LO, "PatientID");
original.setString(Tag.IssuerOfPatientID, VR.LO, "IssuerOfPatientID");
original.newSequence(Tag.OtherPatientIDsSequence, 1).add(otherPID);
original.newSequence(Tag.RequestAttributesSequence, 1).add(rqAttrs);
original.setString("PrivateCreatorA", 0x00990001, VR.LO, "0099xx01A");
original.setString("PrivateCreatorB", 0x00990001, VR.LO, "0099xx01B");
original.setString("PrivateCreatorB", 0x00990002, VR.LO, "0099xx02B");
otherPID.setString(Tag.PatientID, VR.LO, "OtherPatientID");
otherPID.setString(Tag.IssuerOfPatientID, VR.LO, "OtherIssuerOfPatientID");
rqAttrs.setString(Tag.RequestedProcedureID, VR.LO, "RequestedProcedureID");
rqAttrs.setString(Tag.ScheduledProcedureStepID, VR.LO, "ScheduledProcedureStepID");
return original;
}