xenoterracide
07/25/2019, 5:58 PM@Service
@ConditionalOnMissingBean(PatientService::class)
class DetachedPatientService(private val emrRepo: EmrRepository) : PatientService {
this should instantiate if no other patient service’s have been created right?