Uses of Class
org.hl7.fhir.r4.model.RelatedArtifact.RelatedArtifactType
-
Packages that use RelatedArtifact.RelatedArtifactType Package Description org.hl7.fhir.r4.model -
-
Uses of RelatedArtifact.RelatedArtifactType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RelatedArtifact.RelatedArtifactType Modifier and Type Field Description protected Enumeration<RelatedArtifact.RelatedArtifactType>RelatedArtifact. typeThe type of relationship to the related artifact.Methods in org.hl7.fhir.r4.model that return RelatedArtifact.RelatedArtifactType Modifier and Type Method Description static RelatedArtifact.RelatedArtifactTypeRelatedArtifact.RelatedArtifactType. fromCode(String codeString)RelatedArtifact.RelatedArtifactTypeRelatedArtifact.RelatedArtifactTypeEnumFactory. fromCode(String codeString)RelatedArtifact.RelatedArtifactTypeRelatedArtifact. getType()static RelatedArtifact.RelatedArtifactTypeRelatedArtifact.RelatedArtifactType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelatedArtifact.RelatedArtifactType[]RelatedArtifact.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 that return types with arguments of type RelatedArtifact.RelatedArtifactType Modifier and Type Method Description Enumeration<RelatedArtifact.RelatedArtifactType>RelatedArtifact.RelatedArtifactTypeEnumFactory. fromType(Base code)Enumeration<RelatedArtifact.RelatedArtifactType>RelatedArtifact. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type RelatedArtifact.RelatedArtifactType Modifier and Type Method Description RelatedArtifactRelatedArtifact. setType(RelatedArtifact.RelatedArtifactType value)StringRelatedArtifact.RelatedArtifactTypeEnumFactory. toCode(RelatedArtifact.RelatedArtifactType code)StringRelatedArtifact.RelatedArtifactTypeEnumFactory. toSystem(RelatedArtifact.RelatedArtifactType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type RelatedArtifact.RelatedArtifactType Modifier and Type Method Description RelatedArtifactRelatedArtifact. setTypeElement(Enumeration<RelatedArtifact.RelatedArtifactType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type RelatedArtifact.RelatedArtifactType Constructor Description RelatedArtifact(Enumeration<RelatedArtifact.RelatedArtifactType> type)Constructor
-