case class Media(FileType: String, FileName: String, FileContents: String, DocumentType: String, DocumentID: String, Provider: Option[Provider] = scala.None, Authenticated: Option[String] = scala.None, Authenticator: Option[Provider] = scala.None, Availability: MediaAvailability.Value = MediaAvailability.defaultValue, Notifications: Seq[Provider] = scala.collection.Seq.empty[Nothing]) extends Product with Serializable
- FileType
File type of the document. E.g. PDF, JPG
- FileName
Name of the file
- FileContents
(Base64) @see [Redox BLOB URI](http://docs.redoxengine.com/developer-documentation/sending-files-through-redox)
- DocumentType
Type of Document. This is the document type the file will be associated with (E.g. Consent Form, Treatment Plan)
- DocumentID
Unique identifier for this document. This ID is required in order to update the document
- Provider
ID of the Provider responsible for the document
- Authenticated
The authenticated status of the document. True or False. If True, Media.Authenticator must be filled out.
- Authenticator
The provider who authenticated the document
- Availability
Whether the document is available. Either: Available or Unavailable
- Notifications
List of providers that should be notified when this document posts to the patient's chart
- Alphabetic
- By Inheritance
- Media
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Media(FileType: String, FileName: String, FileContents: String, DocumentType: String, DocumentID: String, Provider: Option[Provider] = scala.None, Authenticated: Option[String] = scala.None, Authenticator: Option[Provider] = scala.None, Availability: MediaAvailability.Value = MediaAvailability.defaultValue, Notifications: Seq[Provider] = scala.collection.Seq.empty[Nothing])
- FileType
File type of the document. E.g. PDF, JPG
- FileName
Name of the file
- FileContents
(Base64) @see [Redox BLOB URI](http://docs.redoxengine.com/developer-documentation/sending-files-through-redox)
- DocumentType
Type of Document. This is the document type the file will be associated with (E.g. Consent Form, Treatment Plan)
- DocumentID
Unique identifier for this document. This ID is required in order to update the document
- Provider
ID of the Provider responsible for the document
- Authenticated
The authenticated status of the document. True or False. If True, Media.Authenticator must be filled out.
- Authenticator
The provider who authenticated the document
- Availability
Whether the document is available. Either: Available or Unavailable
- Notifications
List of providers that should be notified when this document posts to the patient's chart
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 Authenticated: Option[String]
- val Authenticator: Option[Provider]
- val Availability: MediaAvailability.Value
- val DocumentID: String
- val DocumentType: String
- val FileContents: String
- val FileName: String
- val FileType: String
- val Notifications: Seq[Provider]
- val Provider: Option[Provider]
-
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( ... )