Class

com.lifeomic.fhirlib.v3.resources

Media

Related Doc: package resources

Permalink

class Media extends Resource

Linear Supertypes
Resource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Media
  2. Resource
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Media(id: Option[String], contained: Option[List[Resource]], meta: Option[Meta], extension: Option[List[Extension]], identifier: Option[List[Identifier]], basedOn: Option[List[Reference]], type: Option[String], subtype: Option[CodeableConcept], view: Option[CodeableConcept], subject: Option[Reference], context: Option[Reference], occurrenceDateTime: Option[LocalDateTime], occurrencePeriod: Option[Period], operator: Option[Reference], reasonCode: Option[List[CodeableConcept]], bodySite: Option[CodeableConcept], device: Option[Reference], height: Option[Int], width: Option[Int], frames: Option[Int], duration: Option[Int], content: Option[Attachment], note: Option[Annotation])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val basedOn: Option[List[Reference]]

    Permalink
  6. val bodySite: Option[CodeableConcept]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val contained: Option[List[Resource]]

    Permalink
    Definition Classes
    MediaResource
  9. val content: Option[Attachment]

    Permalink
  10. val context: Option[Reference]

    Permalink
  11. val device: Option[Reference]

    Permalink
  12. val duration: Option[Int]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. val extension: Option[List[Extension]]

    Permalink
    Definition Classes
    MediaResource
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findCodes(url: String, system: String): Option[Seq[String]]

    Permalink

    Finds Coding.codes within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    Finds Coding.codes within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    If Resource.extension is None, None will be returned.

    url

    the Extension.url

    system

    the Coding.system

    returns

    Some Seq of codes if found

    Definition Classes
    Resource
  18. def findCodings(url: String, system: String): Option[Seq[Coding]]

    Permalink

    Finds Codings within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    Finds Codings within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    If Resource.extension is None, None will be returned.

    url

    the Extension.url

    system

    the Coding.system

    returns

    Some Seq of codes if found

    Definition Classes
    Resource
  19. def findContained(id: String): Option[Seq[Resource]]

    Permalink

    Finds Resources in Resource.contained with the provided Resource.id and Resource type.

    Finds Resources in Resource.contained with the provided Resource.id and Resource type.

    If Resource.contained is None, None will be returned.

    id

    a Resource.id

    Definition Classes
    Resource
  20. def findIdentifiers(system: String): Option[Seq[String]]

    Permalink

    Finds the identifier values for the provided system.

    Finds the identifier values for the provided system.

    system

    a system

    returns

    String Option

    Definition Classes
    Resource
  21. val frames: Option[Int]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. val height: Option[Int]

    Permalink
  25. val id: Option[String]

    Permalink
    Definition Classes
    MediaResource
  26. val identifier: Option[List[Identifier]]

    Permalink
    Definition Classes
    MediaResource
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. val meta: Option[Meta]

    Permalink
    Definition Classes
    MediaResource
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. val note: Option[Annotation]

    Permalink
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. val occurrenceDateTime: Option[LocalDateTime]

    Permalink
  34. val occurrencePeriod: Option[Period]

    Permalink
  35. val operator: Option[Reference]

    Permalink
  36. val reasonCode: Option[List[CodeableConcept]]

    Permalink
  37. val resourceType: String

    Permalink
    Definition Classes
    Resource
  38. val subject: Option[Reference]

    Permalink
  39. val subtype: Option[CodeableConcept]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val type: Option[String]

    Permalink
  43. val view: Option[CodeableConcept]

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val width: Option[Int]

    Permalink

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped