MedicalConsultation class
リハビリテーション運動開始時の問診を扱うクラス。
詳細をここに記述
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getSelfcheckResult(
List< SelfCheckType> selfCheckTypeList) → SelfCheckResult -
引数の
selfCheckTypeListから問診結果をSelfCheckResultで返す。 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited