Contents

init(fromVersionString:)

Creates an FHIR version object from a string representation of the version.

Declaration

convenience init(fromVersionString versionString: String) throws

Parameters

  • versionString:

    A string representing the version.

Discussion

The string must be in the following format: <major>.<minor>.<patch>.

See Also

Creating Version Objects