Uses of Class
org.hl7.fhir.dstu2.model.Flag.FlagStatus
-
Packages that use Flag.FlagStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Flag.FlagStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Flag.FlagStatus Modifier and Type Field Description protected Enumeration<Flag.FlagStatus>Flag. statusSupports basic workflow.Methods in org.hl7.fhir.dstu2.model that return Flag.FlagStatus Modifier and Type Method Description static Flag.FlagStatusFlag.FlagStatus. fromCode(String codeString)Flag.FlagStatusFlag.FlagStatusEnumFactory. fromCode(String codeString)Flag.FlagStatusFlag. getStatus()static Flag.FlagStatusFlag.FlagStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Flag.FlagStatus[]Flag.FlagStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Flag.FlagStatus Modifier and Type Method Description Enumeration<Flag.FlagStatus>Flag.FlagStatusEnumFactory. fromType(Base code)Enumeration<Flag.FlagStatus>Flag. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Flag.FlagStatus Modifier and Type Method Description FlagFlag. setStatus(Flag.FlagStatus value)StringFlag.FlagStatusEnumFactory. toCode(Flag.FlagStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Flag.FlagStatus Modifier and Type Method Description FlagFlag. setStatusElement(Enumeration<Flag.FlagStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Flag.FlagStatus Constructor Description Flag(Enumeration<Flag.FlagStatus> status, Reference subject, CodeableConcept code)
-