fromStore method

Implementation

@override
PatientSearchCardViewModel fromStore() {
  return PatientSearchCardViewModel(patientEdge: widget?.patientEdge);
}