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.
- Alphabetic
- By Inheritance
- VisitInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AttendingProvider: Option[Provider]
- val Balance: Option[Double]
- val ConsultingProvider: Option[Provider]
- val DateTime: Option[DateTime]
- val DischargeDateTime: Option[DateTime]
- val DischargeLocation: Option[CareLocation]
- val DischargeStatus: Option[CodeSet]
- val Duration: Option[Double]
- val EndDateTime: Option[DateTime]
- val Guarantor: Option[Guarantor]
- val Instructions: Seq[String]
- val Insurance: Option[Insurance]
- val Insurances: Seq[Insurance]
- val Location: Option[CareLocation]
- val PatientClass: Option[PatientClassType.Value]
- val PreviousLocation: Option[CareLocation]
- val Reason: Option[String]
- val ReferringProvider: Option[Provider]
- val StartDateTime: Option[DateTime]
- val Type: Option[String]
- val VisitDateTime: Option[DateTime]
- val VisitNumber: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )