exec method
- List<
SelfCheckType> selfCheckListType
セルフチェックの内容から問診結果を返す
paramaters
selfCheckListType セルフチェック
return
SelfCheckResult 問診結果
Implementation
SelfCheckResult exec(List<SelfCheckType> selfCheckListType) {
return _medicalConsultation.getSelfcheckResult(selfCheckListType);
}