case class Document(ID: String, Author: Option[Provider] = scala.None, Visit: Option[VisitInfo] = scala.None, Locale: String = java.util.Locale.ROOT.toString(), Title: String, DateTime: DateTime, Type: String) extends HasVisitInfo with Product with Serializable
- ID
Your application's ID for the document
- Author
Provider responsible for this document
- Visit
If the document is tied to a visit
- Locale
The language of the document.
- Title
The title of the document.
- DateTime
The creation/publishing date/time of the document.
- Type
The type of document (CCD, progress note, etc.)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Document
- Serializable
- Serializable
- Product
- Equals
- HasVisitInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Document(ID: String, Author: Option[Provider] = scala.None, Visit: Option[VisitInfo] = scala.None, Locale: String = java.util.Locale.ROOT.toString(), Title: String, DateTime: DateTime, Type: String)
- ID
Your application's ID for the document
- Author
Provider responsible for this document
- Visit
If the document is tied to a visit
- Locale
The language of the document.
- Title
The title of the document.
- DateTime
The creation/publishing date/time of the document.
- Type
The type of document (CCD, progress note, etc.)
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 Author: Option[Provider]
- val DateTime: DateTime
- val ID: String
- val Locale: String
- val Title: String
- val Type: String
-
val
Visit: Option[VisitInfo]
- Definition Classes
- Document → HasVisitInfo
-
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( ... )