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