コード例 #1
0
ファイル: AdverseReaction.java プロジェクト: jmandel/fhir-lib
 public AdverseReactionSymptomComponent copy(AdverseReaction e) {
   AdverseReactionSymptomComponent dst = e.new AdverseReactionSymptomComponent();
   dst.code = code == null ? null : code.copy();
   dst.severity = severity == null ? null : severity.copy();
   return dst;
 }