MedicationScheduleFetchByEntryIdResponse
public struct MedicationScheduleFetchByEntryIdResponse : Equatable
Handle for MedicationSchedule
and ErxTask
associated to a MedicationSchedule.Entry.id
-
The
entryId
‘s associatedMedicationSchedule
Declaration
Swift
public var medicationSchedule: MedicationSchedule?
-
An
MedicationSchedule
‘s associatedErxTask
Declaration
Swift
public var task: ErxTask?