V230.RxdSegment.DispenseNotes uses an incorrect type
davebronson opened this issue · 1 comments
davebronson commented
In V230, the property RxdSegment.DispenseNotes
is incorrectly defined as IEnumerable<CodedElement>
. This needs to be changed to IEnumerable<string>
.
davebronson commented
Fix released in V2.0.0.