Base64Binary
public struct Base64Binary: FHIRPrimitive, FHIRJSONType, ExpressibleByStringLiteral, CustomStringConvertible
Data encoded as a base-64 string.
-
The base-64 string.
Declaration
Swift
public var value: String -
An optional id of the element.
Declaration
Swift
public var id: String? -
The parent/owner of the receiver, if any. Used to dereference resources.
Declaration
Swift
public weak var _owner: FHIRAbstractBase? -
Optional extensions of the element.
Declaration
Swift
public var extension_fhir: [Extension]? -
Designated initializer.
Declaration
Swift
public init(value: String)Parameters
valueThe Base64 string representing data of the receiver
-
Declaration
Swift
public init(json: JSONType, owner: FHIRAbstractBase?, context: inout FHIRInstantiationContext)Parameters
jsonThe value in its associated
JSONTypeownerOptional, the owning element
contextAn in-out parameter for the instantiation context
-
Declaration
Swift
public func asJSON(errors: inout [FHIRValidationError]) -> JSONTypeParameters
errorsErrors encountered during serialization
Return Value
The FHIRJSON reperesentation of the receiver
-
Declaration
Swift
public init(stringLiteral value: StringLiteralType) -
Declaration
Swift
public init(unicodeScalarLiteral value: Character) -
Declaration
Swift
public init(extendedGraphemeClusterLiteral value: StringLiteralType)
-
Declaration
Swift
public var description: String
-
Declaration
Swift
public static func ==(lhs: Base64Binary, rhs: Base64Binary) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
Declaration
Swift
public static func <(lh: Base64Binary, rh: Base64Binary) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
View on GitHub
Install in Dash
Base64Binary Struct Reference