예제 #1
0
 public GoalBase() {
     this.targetGoalValueField = new Value();
     this.targetBodySiteField = new BodySite();
 }
예제 #2
0
 public CDSOutputAsDataType() {
     this.valueField = new Value();
 }
예제 #3
0
 public ObservationResult() {
     this.observationValueField = new Value();
 }