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