Uses of Enum
org.hl7.fhir.r4.model.DocumentReference.DocumentRelationshipType
-
Uses of DocumentReference.DocumentRelationshipType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionDocumentReference.DocumentReferenceRelatesToComponent.code
The type of relationship that this document has with anther document.Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.getCode()
Returns the enum constant of this type with the specified name.DocumentReference.DocumentRelationshipType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDocumentReference.DocumentRelationshipTypeEnumFactory.fromType
(PrimitiveType<?> code) DocumentReference.DocumentReferenceRelatesToComponent.getCodeElement()
Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setCode
(DocumentReference.DocumentRelationshipType value) DocumentReference.DocumentRelationshipTypeEnumFactory.toCode
(DocumentReference.DocumentRelationshipType code) DocumentReference.DocumentRelationshipTypeEnumFactory.toSystem
(DocumentReference.DocumentRelationshipType code) Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setCodeElement
(Enumeration<DocumentReference.DocumentRelationshipType> value) ModifierConstructorDescriptionDocumentReferenceRelatesToComponent
(Enumeration<DocumentReference.DocumentRelationshipType> code, Reference target) Constructor