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] = scala.None, 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, DischargeStatus: Option[CodeSet] = scala.None, DischargeLocation: Option[CareLocation] = 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] = scala.None, 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, DischargeStatus: Option[CodeSet] = scala.None, DischargeLocation: Option[CareLocation] = 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 DischargeLocation: Option[CareLocation]

    Permalink
  10. val DischargeStatus: Option[CodeSet]

    Permalink
  11. val Duration: Option[Double]

    Permalink

    Length of visit.

    Length of visit. In minutes

  12. val EndDateTime: Option[DateTime]

    Permalink
  13. val Guarantor: Option[Guarantor]

    Permalink

    Person ultimately responsible for the bill of the appointment

  14. val Instructions: Seq[String]

    Permalink

    Appointment instructions

  15. val Insurance: Option[Insurance]

    Permalink
  16. val Insurances: Seq[Insurance]

    Permalink

    List of insurance coverages for the patient

  17. val Location: Option[CareLocation]

    Permalink

    Location of the appointment

  18. 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

  19. val PreviousLocation: Option[CareLocation]

    Permalink
  20. val Reason: Option[String]

    Permalink
  21. val ReferringProvider: Option[Provider]

    Permalink
  22. val StartDateTime: Option[DateTime]

    Permalink
  23. val Type: Option[String]

    Permalink
  24. val VisitDateTime: Option[DateTime]

    Permalink
  25. val VisitNumber: Option[String]

    Permalink
  26. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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