
Uses of Enum
org.hl7.fhir.dstu3.model.DocumentReference.DocumentRelationshipType
Packages that use DocumentReference.DocumentRelationshipType
-
Uses of DocumentReference.DocumentRelationshipType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DocumentReference.DocumentRelationshipTypeModifier and TypeFieldDescriptionDocumentReference.DocumentReferenceRelatesToComponent.code
The type of relationship that this document has with anther document.Methods in org.hl7.fhir.dstu3.model that return DocumentReference.DocumentRelationshipTypeModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DocumentReference.DocumentRelationshipTypeModifier and TypeMethodDescriptionDocumentReference.DocumentRelationshipTypeEnumFactory.fromType
(PrimitiveType<?> code) DocumentReference.DocumentReferenceRelatesToComponent.getCodeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type DocumentReference.DocumentRelationshipTypeModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setCode
(DocumentReference.DocumentRelationshipType value) DocumentReference.DocumentRelationshipTypeEnumFactory.toCode
(DocumentReference.DocumentRelationshipType code) DocumentReference.DocumentRelationshipTypeEnumFactory.toSystem
(DocumentReference.DocumentRelationshipType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DocumentReference.DocumentRelationshipTypeModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setCodeElement
(Enumeration<DocumentReference.DocumentRelationshipType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type DocumentReference.DocumentRelationshipTypeModifierConstructorDescriptionDocumentReferenceRelatesToComponent
(Enumeration<DocumentReference.DocumentRelationshipType> code, Reference target) Constructor