Expr

sealed trait Expr
class Object
trait Matchable
class Any
class Index
class Func
object IndexInvoc.type
class OfType
object This.type
object Total.type
trait Literal
object Empty.type
class RootPath

Value members

Concrete methods

def apply[F[_] : FhirPathFuncs](fhirObj: FHIRObject): F[List[Any]]
def apply[F[_] : FhirPathFuncs](collection: List[Value]): F[List[Value]]
def apply(fieldName: String): InvocationExpr
def invoke(invocation: Invocation): InvocationExpr
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any