case class Insurance(Plan: Option[InsurancePlan] = scala.None, Company: Option[InsuranceCompany] = scala.None, GroupNumber: Option[String] = scala.None, GroupName: Option[String] = scala.None, EffectiveDate: Option[LocalDate] = scala.None, ExpirationDate: Option[LocalDate] = scala.None, PolicyNumber: Option[String] = scala.None, AgreementType: Option[InsuranceAgreementTypes.Value] = scala.None, CoverageType: Option[InsuranceCoverageTypes.Value] = scala.None, Insured: Option[InsuredPerson] = scala.None) extends Product with Serializable
List of insurance coverages for the patient
- Plan
Insurance plan
- Company
Insurance company
- GroupNumber
Insurance policy group number
- GroupName
Insurance policy group name
- EffectiveDate
Effect date of this insurance policy. In YYYY-MM-DD format
- ExpirationDate
Expiration date of this insurance policy. In YYYY-MM-DD format
- PolicyNumber
Insurance policy number
- AgreementType
Type of insurance agreement. One of the following: "Standard", "Unified", "Maternity"
- CoverageType
Type of insurance agreement. One of the following: "Patient", "Clinic", "Insurance", "Other". Indicates who will be receiving the bill for the service.
- Insured
Individual who has the agreement with the insurance company for the related policy
- Alphabetic
- By Inheritance
- Insurance
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Insurance(Plan: Option[InsurancePlan] = scala.None, Company: Option[InsuranceCompany] = scala.None, GroupNumber: Option[String] = scala.None, GroupName: Option[String] = scala.None, EffectiveDate: Option[LocalDate] = scala.None, ExpirationDate: Option[LocalDate] = scala.None, PolicyNumber: Option[String] = scala.None, AgreementType: Option[InsuranceAgreementTypes.Value] = scala.None, CoverageType: Option[InsuranceCoverageTypes.Value] = scala.None, Insured: Option[InsuredPerson] = scala.None)
- Plan
Insurance plan
- Company
Insurance company
- GroupNumber
Insurance policy group number
- GroupName
Insurance policy group name
- EffectiveDate
Effect date of this insurance policy. In YYYY-MM-DD format
- ExpirationDate
Expiration date of this insurance policy. In YYYY-MM-DD format
- PolicyNumber
Insurance policy number
- AgreementType
Type of insurance agreement. One of the following: "Standard", "Unified", "Maternity"
- CoverageType
Type of insurance agreement. One of the following: "Patient", "Clinic", "Insurance", "Other". Indicates who will be receiving the bill for the service.
- Insured
Individual who has the agreement with the insurance company for the related policy
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 AgreementType: Option[InsuranceAgreementTypes.Value]
- val Company: Option[InsuranceCompany]
- val CoverageType: Option[InsuranceCoverageTypes.Value]
- val EffectiveDate: Option[LocalDate]
- val ExpirationDate: Option[LocalDate]
- val GroupName: Option[String]
- val GroupNumber: Option[String]
- val Insured: Option[InsuredPerson]
- val Plan: Option[InsurancePlan]
- val PolicyNumber: 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( ... )