MedicationScheduleFetchByEntryIdResponse
public struct MedicationScheduleFetchByEntryIdResponse : Equatable
Handle for MedicationSchedule and ErxTask associated to a MedicationSchedule.Entry.id
-
The
entryId‘s associatedMedicationScheduleDeclaration
Swift
public var medicationSchedule: MedicationSchedule? -
An
MedicationSchedule‘s associatedErxTaskDeclaration
Swift
public var task: ErxTask?
View on GitHub
MedicationScheduleFetchByEntryIdResponse Structure Reference