ChoiceListOrientation
public enum ChoiceListOrientation: String
Direction in which lists of question options should be displayed
URL: http://hl7.org/fhir/choice-list-orientation ValueSet: http://hl7.org/fhir/ValueSet/choice-list-orientation
-
List choices along the horizontal axis
Declaration
Swift
case horizontal = "horizontal"
-
List choices down the vertical axis
Declaration
Swift
case vertical = "vertical"