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