ImagingStudy

object ImagingStudy extends CompanionFor[ImagingStudy]
Companion:
class
class CompanionFor[ImagingStudy]
trait OptionSugar
trait JsonDecoderHelpers
trait BaseFieldDecoders
trait Utils
class Object
trait Matchable
class Any

Type members

Classlikes

class Series(val id: Option[String], val uid: Id, val number: Option[UnsignedInt], val started: Option[FHIRDateTime], val modality: Coding, val endpoint: LitSeq[Reference], val bodySite: Option[Coding], val specimen: LitSeq[Reference], val extension: LitSeq[Extension], val laterality: Option[Coding], val description: Option[String], val modifierExtension: LitSeq[Extension], val numberOfInstances: Option[UnsignedInt], val instance: LitSeq[Instance], val performer: LitSeq[Performer], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Series extends CompanionFor[Series]
Companion:
class

Inherited classlikes

implicit class RichCursor(cursor: ACursor)
Inherited from:
JsonDecoderHelpers
implicit class RichSeqT[T](val s1: Seq[T])
Inherited from:
OptionSugar
implicit class RichT[T](val t: T)
Inherited from:
OptionSugar

Types

override type ParentType = ImagingStudy
override type ResourceType = ImagingStudy

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], note: LitSeq[Annotation], status: IMAGINGSTUDY_STATUS, subject: Reference, started: Option[FHIRDateTime], basedOn: LitSeq[Reference], language: Option[LANGUAGES], modality: LitSeq[Coding], referrer: Option[Reference], endpoint: LitSeq[Reference], location: Option[Reference], contained: LitSeq[Resource], extension: LitSeq[Extension], encounter: Option[Reference], identifier: LitSeq[Identifier], reasonCode: LitSeq[CodeableConcept], interpreter: LitSeq[Reference], description: Option[String], implicitRules: Option[UriStr], procedureCode: LitSeq[CodeableConcept], numberOfSeries: Option[UnsignedInt], reasonReference: LitSeq[Reference], modifierExtension: LitSeq[Extension], numberOfInstances: Option[UnsignedInt], procedureReference: Option[Reference], series: LitSeq[Series], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): ImagingStudy
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[ImagingStudy]
def extractBasedOn(t: ImagingStudy): LitSeq[Reference]
def extractContained(t: ImagingStudy): LitSeq[Resource]
def extractDescription(t: ImagingStudy): Option[String]
def extractEncounter(t: ImagingStudy): Option[Reference]
def extractEndpoint(t: ImagingStudy): LitSeq[Reference]
def extractExtension(t: ImagingStudy): LitSeq[Extension]
def extractId(t: ImagingStudy): Option[String]
def extractIdentifier(t: ImagingStudy): LitSeq[Identifier]
def extractImplicitRules(t: ImagingStudy): Option[UriStr]
def extractInterpreter(t: ImagingStudy): LitSeq[Reference]
def extractLanguage(t: ImagingStudy): Option[LANGUAGES]
def extractLocation(t: ImagingStudy): Option[Reference]
def extractMeta(t: ImagingStudy): Option[Meta]
def extractModality(t: ImagingStudy): LitSeq[Coding]
def extractModifierExtension(t: ImagingStudy): LitSeq[Extension]
def extractNote(t: ImagingStudy): LitSeq[Annotation]
def extractNumberOfInstances(t: ImagingStudy): Option[UnsignedInt]
def extractNumberOfSeries(t: ImagingStudy): Option[UnsignedInt]
def extractProcedureCode(t: ImagingStudy): LitSeq[CodeableConcept]
def extractProcedureReference(t: ImagingStudy): Option[Reference]
def extractReasonCode(t: ImagingStudy): LitSeq[CodeableConcept]
def extractReasonReference(t: ImagingStudy): LitSeq[Reference]
def extractReferrer(t: ImagingStudy): Option[Reference]
def extractStarted(t: ImagingStudy): Option[FHIRDateTime]
def extractSubject(t: ImagingStudy): Reference
override def fields(t: ImagingStudy): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

def cast(t: ResourceType): Try[T]
Inherited from:
CompanionFor
def checkUnknownFields(cursor: HCursor, keys: Set[String], keyPrefixes: Seq[Set[String]])(implicit decoderParams: DecoderParams): Try[Unit]
Inherited from:
CompanionFor
def companionClassName[T](tag: LTag[T]): String
Inherited from:
Utils
def companionOf[T <: FHIRObject : ClassTag](implicit evidence$1: ClassTag[T], tag: LTag[T]): CompanionFor[T]
Inherited from:
Utils
def decodeAttributes(cursor: HCursor)(implicit params: DecoderParams): TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]
Inherited from:
CompanionFor
def decodeMethodFor[T <: FHIRObject : ClassTag](implicit evidence$2: ClassTag[T], tag: LTag[T], params: DecoderParams): HCursor => Try[T]
Inherited from:
Utils
def decoder(implicit params: DecoderParams): Decoder[T]
Inherited from:
CompanionFor
def extract[O](fn: ImagingStudy.type => FHIRComponentFieldMeta[O])(t: ImagingStudy): O
Inherited from:
CompanionFor
def isSubTypeOf(other: CompanionFor[_]): Boolean
Inherited from:
CompanionFor
protected def otherMetas: Set[String]
Inherited from:
CompanionFor
def parameterisedDecode(x: HCursor, params: DecoderParams): Try[T]
Inherited from:
CompanionFor
protected def refMetas: Seq[Set[String]]
Inherited from:
CompanionFor
def tryDecode[T](fn: => T, c: HCursor): Either[DecodingFailure, T]
Inherited from:
BaseFieldDecoders

Concrete fields

override val baseType: CompanionFor[ResourceType]
val basedOn: FHIRComponentFieldMeta[LitSeq[Reference]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val description: FHIRComponentFieldMeta[Option[String]]
val encounter: FHIRComponentFieldMeta[Option[Reference]]
val endpoint: FHIRComponentFieldMeta[LitSeq[Reference]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val interpreter: FHIRComponentFieldMeta[LitSeq[Reference]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val location: FHIRComponentFieldMeta[Option[Reference]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modality: FHIRComponentFieldMeta[LitSeq[Coding]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
val numberOfInstances: FHIRComponentFieldMeta[Option[UnsignedInt]]
val numberOfSeries: FHIRComponentFieldMeta[Option[UnsignedInt]]
override val parentType: CompanionFor[ParentType]
val procedureCode: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val procedureReference: FHIRComponentFieldMeta[Option[Reference]]
override val profileUrl: Option[String]
val reasonCode: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val reasonReference: FHIRComponentFieldMeta[LitSeq[Reference]]
val referrer: FHIRComponentFieldMeta[Option[Reference]]
override val searchParams: Map[String, ImagingStudy => Seq[Any]]
val series: FHIRComponentFieldMeta[LitSeq[Series]]
val started: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val status: FHIRComponentFieldMeta[IMAGINGSTUDY_STATUS]
val subject: FHIRComponentFieldMeta[Reference]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String

Inherited fields

val classConstructor: Constructor[ImagingStudy]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[ImagingStudy]
Inherited from:
CompanionFor
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

Inherited implicits

final implicit def RichCursor(cursor: ACursor): RichCursor
Inherited from:
JsonDecoderHelpers
final implicit def RichSeqT[T](s1: Seq[T]): RichSeqT[T]
Inherited from:
OptionSugar
final implicit def RichT[T](t: T): RichT[T]
Inherited from:
OptionSugar
implicit val base64BinaryDecoder: Decoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val base64BinaryEncoder: Encoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val canonicalDecoder: Decoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val canonicalEncoder: Encoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val codeDecoder: Decoder[Code]
Inherited from:
BaseFieldDecoders
implicit val codeEncoder: Encoder[Code]
Inherited from:
BaseFieldDecoders
implicit def decodeEither[A, B](implicit decoderA: Decoder[A], decoderB: Decoder[B]): Decoder[Either[A, B]]
Inherited from:
BaseFieldDecoders
implicit val decodeFHIRDate: Decoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val decodeFHIRDateTime: Decoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit def decodeLitSeq[T](implicit decoder: Decoder[T]): Decoder[LitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit def decodeNonEmptyLitSeq[T](implicit decoder: Decoder[LitSeq[T]]): Decoder[NonEmptyLitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit val decodeZonedDateTime: Decoder[ZonedDateTime]
Inherited from:
BaseFieldDecoders
implicit def encodeEither[A, B](implicit encoderA: Encoder[A], encoderB: Encoder[B]): Encoder[Either[A, B]]
Inherited from:
BaseFieldDecoders
implicit def encodeLitSeq[T](implicit encoder: Encoder[T]): Encoder[LitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit val encodeZonedDateTime: Encoder[ZonedDateTime]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDate: Encoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDateTime: Encoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit val idDecoder: Decoder[Id]
Inherited from:
BaseFieldDecoders
implicit val idEncoder: Encoder[Id]
Inherited from:
BaseFieldDecoders
implicit val markdownDecoder: Decoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val markdownEncoder: Encoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val oidDecoder: Decoder[OID]
Inherited from:
BaseFieldDecoders
implicit val oidEncoder: Encoder[OID]
Inherited from:
BaseFieldDecoders
implicit val positiveIntDecoder: Decoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val positiveIntEncoder: Encoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntDecoder: Decoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntEncoder: Encoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val uriDecoder: Decoder[UriStr]
Inherited from:
BaseFieldDecoders
implicit val uriEncoder: Encoder[UriStr]
Inherited from:
BaseFieldDecoders
implicit val urlDecoder: Decoder[UrlStr]
Inherited from:
BaseFieldDecoders
implicit val urlEncoder: Encoder[UrlStr]
Inherited from:
BaseFieldDecoders
implicit val xhtmlDecoder: Decoder[XHTML]
Inherited from:
BaseFieldDecoders
implicit val xhtmlEncoder: Encoder[XHTML]
Inherited from:
BaseFieldDecoders