Exemplo n.º 1
0
 public GoalBase() {
     this.targetGoalValueField = new Value();
     this.targetBodySiteField = new BodySite();
 }
Exemplo n.º 2
0
 public CDSOutputAsDataType() {
     this.valueField = new Value();
 }
Exemplo n.º 3
0
 public ObservationResult() {
     this.observationValueField = new Value();
 }