Uses of Class
org.hl7.fhir.dstu3.model.codesystems.CqifTriggerType
-
Packages that use CqifTriggerType Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of CqifTriggerType in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return CqifTriggerType Modifier and Type Method Description static CqifTriggerTypeCqifTriggerType. fromCode(String codeString)CqifTriggerTypeCqifTriggerTypeEnumFactory. fromCode(String codeString)static CqifTriggerTypeCqifTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static CqifTriggerType[]CqifTriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type CqifTriggerType Modifier and Type Method Description StringCqifTriggerTypeEnumFactory. toCode(CqifTriggerType code)StringCqifTriggerTypeEnumFactory. toSystem(CqifTriggerType code)
-