QBP_Q11() qbp=new QBP_Q11();
qbp.getQPD().getQpd3_UserParametersInsuccessivefields().setData(data);
Asked
Active
Viewed 109 times
-2

Lloyd McKenzie
- 6,345
- 1
- 13
- 10

vijay
- 1
-
question copied from [this link](https://exceptionshub.com/how-to-set-sample-id-in-qbpq11-for-qpd-segment-using-java-2.html) – yash Jun 08 '18 at 07:18
-
go through [HL7 QBP_Q11 Documentation](https://hapifhir.github.io/hapi-hl7v2/v27/apidocs/ca/uhn/hl7v2/model/v27/message/QBP_Q11.html) – yash Jun 08 '18 at 07:29
1 Answers
0
Varies varies = updateSampleId(orderDTO.getSampleId(), qbpq11); qpdSegment.getQpd3_UserParametersInsuccessivefields().setData(varies);

Damodar
- 53
- 12