exec method

SelfCheckResult exec(
  1. List<SelfCheckType> selfCheckListType
)

セルフチェックの内容から問診結果を返す

paramaters selfCheckListType セルフチェック return SelfCheckResult 問診結果

Implementation

SelfCheckResult exec(List<SelfCheckType> selfCheckListType) {
  return _medicalConsultation.getSelfcheckResult(selfCheckListType);
}