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