DeviceMetricColor
public enum DeviceMetricColor: String
                Describes the typical color of representation.
URL: http://hl7.org/fhir/metric-color ValueSet: http://hl7.org/fhir/ValueSet/metric-color
- 
                  
                  
Color for representation - black.
Declaration
Swift
case black = "black" 
- 
                  
                  
Color for representation - red.
Declaration
Swift
case red = "red" 
- 
                  
                  
Color for representation - green.
Declaration
Swift
case green = "green" 
- 
                  
                  
Color for representation - yellow.
Declaration
Swift
case yellow = "yellow" 
- 
                  
                  
Color for representation - blue.
Declaration
Swift
case blue = "blue" 
- 
                  
                  
Color for representation - magenta.
Declaration
Swift
case magenta = "magenta" 
- 
                  
                  
Color for representation - cyan.
Declaration
Swift
case cyan = "cyan" 
- 
                  
                  
Color for representation - white.
Declaration
Swift
case white = "white" 
            View on GitHub
          
            Install in Dash
          
      DeviceMetricColor Enum Reference