TestScript

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

Type members

Classlikes

@POJOBoilerplate
class Destination(val id: Option[String], val index: Int, val profile: Coding, val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Destination extends CompanionFor[Destination]
Companion:
class
@POJOBoilerplate
class Fixture(val id: Option[String], val resource: Option[Reference], val extension: LitSeq[Extension], val autocreate: Boolean, val autodelete: Boolean, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Fixture extends CompanionFor[Fixture]
Companion:
class
@POJOBoilerplate
class Metadata(val id: Option[String], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val link: LitSeq[Link], val capability: NonEmptyLitSeq[Capability], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Metadata extends CompanionFor[Metadata]
Companion:
class
@POJOBoilerplate
class Origin(val id: Option[String], val index: Int, val profile: Coding, val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Origin extends CompanionFor[Origin]
Companion:
class
@POJOBoilerplate
class Setup(val id: Option[String], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val action: NonEmptyLitSeq[Action], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Setup extends CompanionFor[Setup]
Companion:
class
@POJOBoilerplate
class Teardown(val id: Option[String], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val action: NonEmptyLitSeq[Action], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Teardown extends CompanionFor[Teardown]
Companion:
class
@POJOBoilerplate
class Test(val id: Option[String], val name: Option[String], val extension: LitSeq[Extension], val description: Option[String], val modifierExtension: LitSeq[Extension], val action: NonEmptyLitSeq[Action], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Test extends CompanionFor[Test]
Companion:
class
@POJOBoilerplate
class Variable(val id: Option[String], val name: String, val hint: Option[String], val path: Option[String], val sourceId: Option[Id], val extension: LitSeq[Extension], val expression: Option[String], val description: Option[String], val headerField: Option[String], val defaultValue: Option[String], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Variable extends CompanionFor[Variable]
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 = TestScript
override type ResourceType = TestScript

Value members

Concrete methods

def apply(id: Option[String], url: UriStr, meta: Option[Meta], text: Option[Narrative], name: String, date: Option[FHIRDateTime], title: Option[String], status: PUBLICATION_STATUS, version: Option[String], contact: LitSeq[ContactDetail], purpose: Option[Markdown], profile: LitSeq[Reference], language: Option[LANGUAGES], contained: LitSeq[Resource], extension: LitSeq[Extension], publisher: Option[String], copyright: Option[Markdown], identifier: Option[Identifier], useContext: LitSeq[UsageContext], description: Option[Markdown], experimental: Option[Boolean], jurisdiction: LitSeq[CodeableConcept], implicitRules: Option[UriStr], modifierExtension: LitSeq[Extension], origin: LitSeq[Origin], fixture: LitSeq[Fixture], variable: LitSeq[Variable], destination: LitSeq[Destination], test: LitSeq[Test], teardown: Option[Teardown], metadata: Option[Metadata], setup: Option[Setup], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): TestScript
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[TestScript]
def extractContact(t: TestScript): LitSeq[ContactDetail]
def extractContained(t: TestScript): LitSeq[Resource]
def extractCopyright(t: TestScript): Option[Markdown]
def extractDate(t: TestScript): Option[FHIRDateTime]
def extractDescription(t: TestScript): Option[Markdown]
def extractExperimental(t: TestScript): Option[Boolean]
def extractExtension(t: TestScript): LitSeq[Extension]
def extractId(t: TestScript): Option[String]
def extractIdentifier(t: TestScript): Option[Identifier]
def extractImplicitRules(t: TestScript): Option[UriStr]
def extractJurisdiction(t: TestScript): LitSeq[CodeableConcept]
def extractLanguage(t: TestScript): Option[LANGUAGES]
def extractMeta(t: TestScript): Option[Meta]
def extractModifierExtension(t: TestScript): LitSeq[Extension]
def extractName(t: TestScript): String
def extractProfile(t: TestScript): LitSeq[Reference]
def extractPublisher(t: TestScript): Option[String]
def extractPurpose(t: TestScript): Option[Markdown]
def extractSetup(t: TestScript): Option[Setup]
def extractTest(t: TestScript): LitSeq[Test]
def extractTitle(t: TestScript): Option[String]
def extractUrl(t: TestScript): UriStr
def extractUseContext(t: TestScript): LitSeq[UsageContext]
def extractVersion(t: TestScript): Option[String]
override def fields(t: TestScript): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

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[TestScript]
Inherited from:
CompanionFor
def extract[O](fn: TestScript.type => FHIRComponentFieldMeta[O])(t: TestScript): 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[TestScript]
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 contact: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val date: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val description: FHIRComponentFieldMeta[Option[Markdown]]
val destination: FHIRComponentFieldMeta[LitSeq[Destination]]
val experimental: FHIRComponentFieldMeta[Option[Boolean]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val fixture: FHIRComponentFieldMeta[LitSeq[Fixture]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[Option[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val jurisdiction: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val metadata: FHIRComponentFieldMeta[Option[Metadata]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val name: FHIRComponentFieldMeta[String]
val origin: FHIRComponentFieldMeta[LitSeq[Origin]]
override val parentType: CompanionFor[ParentType]
val profile: FHIRComponentFieldMeta[LitSeq[Reference]]
override val profileUrl: Option[String]
val publisher: FHIRComponentFieldMeta[Option[String]]
val purpose: FHIRComponentFieldMeta[Option[Markdown]]
override val searchParams: Map[String, TestScript => Seq[Any]]
val setup: FHIRComponentFieldMeta[Option[Setup]]
val status: FHIRComponentFieldMeta[PUBLICATION_STATUS]
val teardown: FHIRComponentFieldMeta[Option[Teardown]]
val test: FHIRComponentFieldMeta[LitSeq[Test]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val title: FHIRComponentFieldMeta[Option[String]]
val url: FHIRComponentFieldMeta[UriStr]
val useContext: FHIRComponentFieldMeta[LitSeq[UsageContext]]
val variable: FHIRComponentFieldMeta[LitSeq[Variable]]
val version: FHIRComponentFieldMeta[Option[String]]

Inherited fields

val classConstructor: Constructor[TestScript]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[TestScript]
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