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