Range
open class Range: Element
Set of values bounded by low and high.
A set of ordered Quantities defined by a low and high limit.
-
Set of values bounded by low and high.
A set of ordered Quantities defined by a low and high limit.
Declaration
Swift
override open class var resourceType: String
-
High limit.
Declaration
Swift
public var high: Quantity?
-
Low limit.
Declaration
Swift
public var low: Quantity?
-
Low limit.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class Range: Element