Triglyceride

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

Type members

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

type EffectiveChoice = Choice[Union00107722725]
override
type ParentType = Observation
override
type ResourceType = Observation

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], code: CodeableConcept, note: LitSeq[Annotation], focus: LitSeq[Reference], partOf: LitSeq[Reference], status: OBSERVATION_STATUS, issued: Option[ZonedDateTime], method: Option[CodeableConcept], device: Option[Reference], basedOn: LitSeq[Reference], subject: Option[Reference], language: Option[LANGUAGES], category: LitSeq[CodeableConcept], value: Option[Quantity], bodySite: Option[CodeableConcept], specimen: Option[Reference], contained: LitSeq[Resource], extension: LitSeq[Extension], encounter: Option[Reference], performer: LitSeq[Reference], identifier: LitSeq[Identifier], effective: Option[EffectiveChoice], implicitRules: Option[UriStr], interpretation: Option[CodeableConcept], dataAbsentReason: Option[CodeableConcept], modifierExtension: LitSeq[Extension], component: LitSeq[Component], referenceRange: ReferenceRange, primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Triglyceride
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Triglyceride]
def extractBasedOn(t: Triglyceride): LitSeq[Reference]
def extractBodySite(t: Triglyceride): Option[CodeableConcept]
def extractCategory(t: Triglyceride): LitSeq[CodeableConcept]
def extractCode(t: Triglyceride): CodeableConcept
def extractComponent(t: Triglyceride): LitSeq[Component]
def extractContained(t: Triglyceride): LitSeq[Resource]
def extractDataAbsentReason(t: Triglyceride): Option[CodeableConcept]
def extractDevice(t: Triglyceride): Option[Reference]
def extractEffective(t: Triglyceride): Option[EffectiveChoice]
def extractEncounter(t: Triglyceride): Option[Reference]
def extractExtension(t: Triglyceride): LitSeq[Extension]
def extractFocus(t: Triglyceride): LitSeq[Reference]
def extractId(t: Triglyceride): Option[String]
def extractIdentifier(t: Triglyceride): LitSeq[Identifier]
def extractImplicitRules(t: Triglyceride): Option[UriStr]
def extractInterpretation(t: Triglyceride): Option[CodeableConcept]
def extractIssued(t: Triglyceride): Option[ZonedDateTime]
def extractLanguage(t: Triglyceride): Option[LANGUAGES]
def extractMeta(t: Triglyceride): Option[Meta]
def extractMethod(t: Triglyceride): Option[CodeableConcept]
def extractModifierExtension(t: Triglyceride): LitSeq[Extension]
def extractNote(t: Triglyceride): LitSeq[Annotation]
def extractPartOf(t: Triglyceride): LitSeq[Reference]
def extractPerformer(t: Triglyceride): LitSeq[Reference]
def extractReferenceRange(t: Triglyceride): ReferenceRange
def extractSpecimen(t: Triglyceride): Option[Reference]
def extractStatus(t: Triglyceride): OBSERVATION_STATUS
def extractSubject(t: Triglyceride): Option[Reference]
def extractText(t: Triglyceride): Option[Narrative]
def extractValue(t: Triglyceride): Option[Quantity]
override
def fields(t: Triglyceride): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override
def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

def cast(t: ResourceType): Try[Triglyceride]
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[Triglyceride]
Inherited from
CompanionFor
def extract[O](fn: Triglyceride => FHIRComponentFieldMeta[O])(t: Triglyceride): 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[Triglyceride]
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 bodySite: FHIRComponentFieldMeta[Option[CodeableConcept]]
val category: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val code: FHIRComponentFieldMeta[CodeableConcept]
val component: FHIRComponentFieldMeta[LitSeq[Component]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val dataAbsentReason: FHIRComponentFieldMeta[Option[CodeableConcept]]
val device: FHIRComponentFieldMeta[Option[Reference]]
val effective: FHIRComponentFieldMeta[Option[EffectiveChoice]]
val encounter: FHIRComponentFieldMeta[Option[Reference]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val focus: FHIRComponentFieldMeta[LitSeq[Reference]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val interpretation: FHIRComponentFieldMeta[Option[CodeableConcept]]
val issued: FHIRComponentFieldMeta[Option[ZonedDateTime]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val method: FHIRComponentFieldMeta[Option[CodeableConcept]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
override
val parentType: CompanionFor[ParentType]
val partOf: FHIRComponentFieldMeta[LitSeq[Reference]]
val performer: FHIRComponentFieldMeta[LitSeq[Reference]]
override
val profileUrl: Option[String]
val referenceRange: FHIRComponentFieldMeta[ReferenceRange]
override
val searchParams: Map[String, Triglyceride => Seq[Any]]
val specimen: FHIRComponentFieldMeta[Option[Reference]]
val status: FHIRComponentFieldMeta[OBSERVATION_STATUS]
val subject: FHIRComponentFieldMeta[Option[Reference]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override
val thisName: String
val value: FHIRComponentFieldMeta[Option[Quantity]]

Inherited fields

val classConstructor: Constructor[Triglyceride]
Inherited from
CompanionFor
val thisClassTag: ClassTag[Triglyceride]
Inherited from
CompanionFor
val thisTypeTag: LTag[Triglyceride]
Inherited from
CompanionFor
val yearsAndMonths: Regex
Inherited from
BaseFieldDecoders
Inherited from
BaseFieldDecoders
val yearsOnly: Regex
Inherited from
BaseFieldDecoders

Implicits

Implicits

implicit
def summonObjectAndCompanionTriglyceride_773857128(o: Triglyceride): ObjectAndCompanion[Triglyceride, Triglyceride]

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