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