RelationshipType
public enum RelationshipType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case every = "EVERY" -
Undocumented
Declaration
Swift
case withDosage = "WITH_DOSAGE" -
Undocumented
Declaration
Swift
case administeredVia = "ADMINISTERED_VIA" -
Undocumented
Declaration
Swift
case `for` = "FOR" -
Undocumented
Declaration
Swift
case negative = "NEGATIVE" -
Undocumented
Declaration
Swift
case overlap = "OVERLAP" -
Undocumented
Declaration
Swift
case dosage = "DOSAGE" -
Undocumented
Declaration
Swift
case routeOrMode = "ROUTE_OR_MODE" -
Undocumented
Declaration
Swift
case form = "FORM" -
Undocumented
Declaration
Swift
case frequency = "FREQUENCY" -
Undocumented
Declaration
Swift
case duration = "DURATION" -
Undocumented
Declaration
Swift
case strength = "STRENGTH" -
Undocumented
Declaration
Swift
case rate = "RATE" -
Undocumented
Declaration
Swift
case acuity = "ACUITY" -
Undocumented
Declaration
Swift
case testValue = "TEST_VALUE" -
Undocumented
Declaration
Swift
case testUnits = "TEST_UNITS" -
Undocumented
Declaration
Swift
case direction = "DIRECTION" -
Undocumented
Declaration
Swift
case systemOrganSite = "SYSTEM_ORGAN_SITE" -
Declaration
Swift
public var description: String { get }
View on GitHub
RelationshipType Enumeration Reference