Class

com.lifeomic.fhirlib.v3.resources

Sequence

Related Doc: package resources

Permalink

class Sequence extends Resource

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

Instance Constructors

  1. new Sequence(id: Option[String], contained: Option[List[Resource]], meta: Option[Meta], extension: Option[List[Extension]], identifier: Option[List[Identifier]], type: Option[String], coordinateSystem: Option[Int], patient: Option[Reference], specimen: Option[Reference], performer: Option[Reference], quantity: Option[Quantity], referenceSeq: Option[ReferenceSeq], variant: Option[List[Variant]], observedSeq: Option[String], quality: Option[List[Quality]], readCoverage: Option[Int], repository: Option[List[Repository]], pointer: Option[List[Reference]])

    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. def clone(): AnyRef

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

    Permalink
    Definition Classes
    SequenceResource
  7. val coordinateSystem: Option[Int]

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

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

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

    Permalink
    Definition Classes
    SequenceResource
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. 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
  13. 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
  14. 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
  15. 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
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. val id: Option[String]

    Permalink
    Definition Classes
    SequenceResource
  19. val identifier: Option[List[Identifier]]

    Permalink
    Definition Classes
    SequenceResource
  20. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    SequenceResource
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. val observedSeq: Option[String]

    Permalink
  26. val patient: Option[Reference]

    Permalink
  27. val performer: Option[Reference]

    Permalink
  28. val pointer: Option[List[Reference]]

    Permalink
  29. val quality: Option[List[Quality]]

    Permalink
  30. val quantity: Option[Quantity]

    Permalink
  31. val readCoverage: Option[Int]

    Permalink
  32. val referenceSeq: Option[ReferenceSeq]

    Permalink
  33. val repository: Option[List[Repository]]

    Permalink
  34. val resourceType: String

    Permalink
    Definition Classes
    Resource
  35. val specimen: Option[Reference]

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

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

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

    Permalink
  39. val variant: Option[List[Variant]]

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped