c
com.github.vitalsoftware.scalaredox.models
ImmunizationProduct
Companion object ImmunizationProduct
case class ImmunizationProduct(Code: Option[String] = scala.None, CodeSystem: Option[String] = scala.None, CodeSystemName: Option[String] = scala.None, Name: Option[String] = scala.None, Manufacturer: Option[String] = scala.None, LotNumber: Option[String] = scala.None) extends Code with Product with Serializable
Immunization product (i.e. vaccine)
- Code
The vaccination that was given.
- Manufacturer
Name of organization that manufacture the immunization. Free text
- LotNumber
The lot number of the vaccine
- See also
[CVX code system](http://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.12.292)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImmunizationProduct
- Serializable
- Serializable
- Product
- Equals
- Code
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ImmunizationProduct(Code: Option[String] = scala.None, CodeSystem: Option[String] = scala.None, CodeSystemName: Option[String] = scala.None, Name: Option[String] = scala.None, Manufacturer: Option[String] = scala.None, LotNumber: Option[String] = scala.None)
- Code
The vaccination that was given.
- Manufacturer
Name of organization that manufacture the immunization. Free text
- LotNumber
The lot number of the vaccine
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
Code: Option[String]
- Definition Classes
- ImmunizationProduct → Code
-
val
CodeSystem: Option[String]
- Definition Classes
- ImmunizationProduct → Code
-
val
CodeSystemName: Option[String]
- Definition Classes
- ImmunizationProduct → Code
- val LotNumber: Option[String]
- val Manufacturer: Option[String]
-
val
Name: Option[String]
- Definition Classes
- ImmunizationProduct → Code
-
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( ... )