currentEpisodeOfCare property

  1. @JsonKey(name: 'currentEpisodeOfCare')
EpisodeOfCare? currentEpisodeOfCare
inherited

the current visit. The episode of care the doctor is currently attending to

Implementation

@JsonKey(name: 'currentEpisodeOfCare')
EpisodeOfCare? get currentEpisodeOfCare => throw _privateConstructorUsedError;