Uses of Class
org.hl7.fhir.r4b.model.Enumerations.DocumentRelationshipType
-
Packages that use Enumerations.DocumentRelationshipType Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.DocumentRelationshipType in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.DocumentRelationshipType Modifier and Type Field Description protected Enumeration<Enumerations.DocumentRelationshipType>Composition.CompositionRelatesToComponent. codeThe type of relationship that this composition has with anther composition or document.protected Enumeration<Enumerations.DocumentRelationshipType>DocumentReference.DocumentReferenceRelatesToComponent. codeThe type of relationship that this document has with anther document.Methods in org.hl7.fhir.r4b.model that return Enumerations.DocumentRelationshipType Modifier and Type Method Description static Enumerations.DocumentRelationshipTypeEnumerations.DocumentRelationshipType. fromCode(String codeString)Enumerations.DocumentRelationshipTypeEnumerations.DocumentRelationshipTypeEnumFactory. fromCode(String codeString)Enumerations.DocumentRelationshipTypeComposition.CompositionRelatesToComponent. getCode()Enumerations.DocumentRelationshipTypeDocumentReference.DocumentReferenceRelatesToComponent. getCode()static Enumerations.DocumentRelationshipTypeEnumerations.DocumentRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.DocumentRelationshipType[]Enumerations.DocumentRelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Enumerations.DocumentRelationshipType Modifier and Type Method Description Enumeration<Enumerations.DocumentRelationshipType>Enumerations.DocumentRelationshipTypeEnumFactory. fromType(Base code)Enumeration<Enumerations.DocumentRelationshipType>Composition.CompositionRelatesToComponent. getCodeElement()Enumeration<Enumerations.DocumentRelationshipType>DocumentReference.DocumentReferenceRelatesToComponent. getCodeElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.DocumentRelationshipType Modifier and Type Method Description Composition.CompositionRelatesToComponentComposition.CompositionRelatesToComponent. setCode(Enumerations.DocumentRelationshipType value)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setCode(Enumerations.DocumentRelationshipType value)StringEnumerations.DocumentRelationshipTypeEnumFactory. toCode(Enumerations.DocumentRelationshipType code)StringEnumerations.DocumentRelationshipTypeEnumFactory. toSystem(Enumerations.DocumentRelationshipType code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.DocumentRelationshipType Modifier and Type Method Description Composition.CompositionRelatesToComponentComposition.CompositionRelatesToComponent. setCodeElement(Enumeration<Enumerations.DocumentRelationshipType> value)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setCodeElement(Enumeration<Enumerations.DocumentRelationshipType> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.DocumentRelationshipType Constructor Description CompositionRelatesToComponent(Enumerations.DocumentRelationshipType code, DataType target)ConstructorDocumentReferenceRelatesToComponent(Enumerations.DocumentRelationshipType code, Reference target)Constructor
-