Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.IdentifierType
-
Packages that use IdentifierType Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of IdentifierType in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return IdentifierType Modifier and Type Method Description static IdentifierTypeIdentifierType. fromCode(String codeString)IdentifierTypeIdentifierTypeEnumFactory. fromCode(String codeString)static IdentifierTypeIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifierType[]IdentifierType. 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 IdentifierType Modifier and Type Method Description StringIdentifierTypeEnumFactory. toCode(IdentifierType code)StringIdentifierTypeEnumFactory. toSystem(IdentifierType code)
-