Class/Object

com.github.vitalsoftware.scalaredox.models

VisitInfo

Related Docs: object VisitInfo | package models

Permalink

case class VisitInfo(VisitNumber: Option[String] = scala.None, VisitDateTime: Option[DateTime] = scala.None, Duration: Option[Double] = scala.None, Reason: Option[String] = scala.None, PatientClass: Option[String] = scala.None, Location: Option[CareLocation] = scala.None, PreviousLocation: Option[CareLocation], AttendingProvider: Option[Provider] = scala.None, ConsultingProvider: Option[Provider] = scala.None, ReferringProvider: Option[Provider] = scala.None, Guarantor: Option[Guarantor] = scala.None, Insurance: Option[Insurance] = scala.None, Insurances: Seq[Insurance] = collection.this.Seq.empty[Nothing], Instructions: Seq[String] = collection.this.Seq.empty[Nothing], Balance: Option[Double] = scala.None, Type: Option[String] = scala.None, DateTime: Option[DateTime] = scala.None, DischargeDateTime: Option[DateTime] = scala.None, StartDateTime: Option[DateTime] = scala.None, EndDateTime: Option[DateTime] = scala.None) extends Product with Serializable

Information about the visit associate with models.Order and/or models.Result

Duration

Length of visit. In minutes

PatientClass

Patient class is used in many EHRs to determine where to put the patient. Examples: Inpatient, Outpatient, Emergency

Location

Location of the appointment

AttendingProvider

ID of the attending provider. This ID is required for Inpatient Visits

Guarantor

Person ultimately responsible for the bill of the appointment

Insurances

List of insurance coverages for the patient

Instructions

Appointment instructions

Balance

Patient balance due for this visit. This field depends on whether or not the sending system has billing functionality, and whether they calculate this field.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VisitInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VisitInfo(VisitNumber: Option[String] = scala.None, VisitDateTime: Option[DateTime] = scala.None, Duration: Option[Double] = scala.None, Reason: Option[String] = scala.None, PatientClass: Option[String] = scala.None, Location: Option[CareLocation] = scala.None, PreviousLocation: Option[CareLocation], AttendingProvider: Option[Provider] = scala.None, ConsultingProvider: Option[Provider] = scala.None, ReferringProvider: Option[Provider] = scala.None, Guarantor: Option[Guarantor] = scala.None, Insurance: Option[Insurance] = scala.None, Insurances: Seq[Insurance] = collection.this.Seq.empty[Nothing], Instructions: Seq[String] = collection.this.Seq.empty[Nothing], Balance: Option[Double] = scala.None, Type: Option[String] = scala.None, DateTime: Option[DateTime] = scala.None, DischargeDateTime: Option[DateTime] = scala.None, StartDateTime: Option[DateTime] = scala.None, EndDateTime: Option[DateTime] = scala.None)

    Permalink

    Duration

    Length of visit. In minutes

    PatientClass

    Patient class is used in many EHRs to determine where to put the patient. Examples: Inpatient, Outpatient, Emergency

    Location

    Location of the appointment

    AttendingProvider

    ID of the attending provider. This ID is required for Inpatient Visits

    Guarantor

    Person ultimately responsible for the bill of the appointment

    Insurances

    List of insurance coverages for the patient

    Instructions

    Appointment instructions

    Balance

    Patient balance due for this visit. This field depends on whether or not the sending system has billing functionality, and whether they calculate this field.

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 AttendingProvider: Option[Provider]

    Permalink

    ID of the attending provider.

    ID of the attending provider. This ID is required for Inpatient Visits

  5. val Balance: Option[Double]

    Permalink

    Patient balance due for this visit.

    Patient balance due for this visit. This field depends on whether or not the sending system has billing functionality, and whether they calculate this field.

  6. val ConsultingProvider: Option[Provider]

    Permalink
  7. val DateTime: Option[DateTime]

    Permalink
  8. val DischargeDateTime: Option[DateTime]

    Permalink
  9. val Duration: Option[Double]

    Permalink

    Length of visit.

    Length of visit. In minutes

  10. val EndDateTime: Option[DateTime]

    Permalink
  11. val Guarantor: Option[Guarantor]

    Permalink

    Person ultimately responsible for the bill of the appointment

  12. val Instructions: Seq[String]

    Permalink

    Appointment instructions

  13. val Insurance: Option[Insurance]

    Permalink
  14. val Insurances: Seq[Insurance]

    Permalink

    List of insurance coverages for the patient

  15. val Location: Option[CareLocation]

    Permalink

    Location of the appointment

  16. val PatientClass: Option[String]

    Permalink

    Patient class is used in many EHRs to determine where to put the patient.

    Patient class is used in many EHRs to determine where to put the patient. Examples: Inpatient, Outpatient, Emergency

  17. val PreviousLocation: Option[CareLocation]

    Permalink
  18. val Reason: Option[String]

    Permalink
  19. val ReferringProvider: Option[Provider]

    Permalink
  20. val StartDateTime: Option[DateTime]

    Permalink
  21. val Type: Option[String]

    Permalink
  22. val VisitDateTime: Option[DateTime]

    Permalink
  23. val VisitNumber: Option[String]

    Permalink
  24. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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 AnyRef

Inherited from Any

Ungrouped