Uses of Class
com.ibm.fhir.model.type.code.RelatedArtifactType
-
Packages that use RelatedArtifactType Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of RelatedArtifactType in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return RelatedArtifactType Modifier and Type Method Description RelatedArtifactTypeRelatedArtifact. getType()The type of relationship to the related artifact.Methods in com.ibm.fhir.model.type with parameters of type RelatedArtifactType Modifier and Type Method Description RelatedArtifact.BuilderRelatedArtifact.Builder. type(RelatedArtifactType type)The type of relationship to the related artifact. -
Uses of RelatedArtifactType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as RelatedArtifactType Modifier and Type Field Description static RelatedArtifactTypeRelatedArtifactType. CITATIONCitationstatic RelatedArtifactTypeRelatedArtifactType. COMPOSED_OFComposed Ofstatic RelatedArtifactTypeRelatedArtifactType. DEPENDS_ONDepends Onstatic RelatedArtifactTypeRelatedArtifactType. DERIVED_FROMDerived Fromstatic RelatedArtifactTypeRelatedArtifactType. DOCUMENTATIONDocumentationstatic RelatedArtifactTypeRelatedArtifactType. JUSTIFICATIONJustificationstatic RelatedArtifactTypeRelatedArtifactType. PREDECESSORPredecessorstatic RelatedArtifactTypeRelatedArtifactType. SUCCESSORSuccessorMethods in com.ibm.fhir.model.type.code that return RelatedArtifactType Modifier and Type Method Description RelatedArtifactTypeRelatedArtifactType.Builder. build()static RelatedArtifactTypeRelatedArtifactType. of(RelatedArtifactType.ValueSet value)Factory method for creating RelatedArtifactType objects from a passed enum value.static RelatedArtifactTypeRelatedArtifactType. of(String value)Factory method for creating RelatedArtifactType objects from a passed string value.
-