Packages

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[PatientClassType.Value] = 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] = scala.collection.Seq.empty[Nothing], Instructions: Seq[String] = scala.collection.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[PatientClassType.Value] = 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] = scala.collection.Seq.empty[Nothing], Instructions: Seq[String] = scala.collection.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)

    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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AttendingProvider: Option[Provider]
  5. val Balance: Option[Double]
  6. val ConsultingProvider: Option[Provider]
  7. val DateTime: Option[DateTime]
  8. val DischargeDateTime: Option[DateTime]
  9. val DischargeLocation: Option[CareLocation]
  10. val DischargeStatus: Option[CodeSet]
  11. val Duration: Option[Double]
  12. val EndDateTime: Option[DateTime]
  13. val Guarantor: Option[Guarantor]
  14. val Instructions: Seq[String]
  15. val Insurance: Option[Insurance]
  16. val Insurances: Seq[Insurance]
  17. val Location: Option[CareLocation]
  18. val PatientClass: Option[PatientClassType.Value]
  19. val PreviousLocation: Option[CareLocation]
  20. val Reason: Option[String]
  21. val ReferringProvider: Option[Provider]
  22. val StartDateTime: Option[DateTime]
  23. val Type: Option[String]
  24. val VisitDateTime: Option[DateTime]
  25. val VisitNumber: Option[String]
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped