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