Class/Object

com.github.vitalsoftware.scalaredox.models

MedicationPlan

Related Docs: object MedicationPlan | package models

Permalink

case class MedicationPlan(Status: Option[String] = scala.None, Dose: Option[Dose] = scala.None, Rate: Option[Dose] = scala.None, Route: Option[BasicCode] = scala.None, StartDate: DateTime, EndDate: Option[DateTime] = scala.None, Frequency: Option[TimePeriod] = scala.None, Product: BasicCode) extends Medication with Status with DateRange with Product with Serializable

Medication to be given.

Linear Supertypes
Serializable, Serializable, Product, Equals, Status, Medication, DateRange, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MedicationPlan
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Status
  7. Medication
  8. DateRange
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MedicationPlan(Status: Option[String] = scala.None, Dose: Option[Dose] = scala.None, Rate: Option[Dose] = scala.None, Route: Option[BasicCode] = scala.None, StartDate: DateTime, EndDate: Option[DateTime] = scala.None, Frequency: Option[TimePeriod] = scala.None, Product: BasicCode)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Dose: Option[Dose]

    Permalink

    Dose The size of the dose for pills, capsules, etc.

    Dose The size of the dose for pills, capsules, etc.

    Definition Classes
    MedicationPlanMedication
  5. val EndDate: Option[DateTime]

    Permalink

    When the medication ended.

    When the medication ended. ISO 8601 Format

    Definition Classes
    MedicationPlanMedicationDateRange
  6. val Frequency: Option[TimePeriod]

    Permalink

    How often the patient should be taking the medication.

    How often the patient should be taking the medication.

    Definition Classes
    MedicationPlanMedication
  7. val Product: BasicCode

    Permalink

    The actual medication given.

    The actual medication given. RxNorm

    Definition Classes
    MedicationPlanMedication
  8. val Rate: Option[Dose]

    Permalink

    If the medication is not in dose form, this is the rate at which is administered

    If the medication is not in dose form, this is the rate at which is administered

    Definition Classes
    MedicationPlanMedication
  9. val Route: Option[BasicCode]

    Permalink

    The method by which the medication is delivered.

    The method by which the medication is delivered. @see [Medication Route FDA Value Set](https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.113883.3.88.12.3221.8.7)

    Definition Classes
    MedicationPlanMedication
  10. val StartDate: DateTime

    Permalink

    When the medication was started.

    When the medication was started. ISO 8601 Format

    Definition Classes
    MedicationPlanMedicationDateRange
  11. val Status: Option[String]

    Permalink
    Definition Classes
    MedicationPlanStatus
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Status

Inherited from Medication

Inherited from DateRange

Inherited from AnyRef

Inherited from Any

Ungrouped