Uses of Class
com.ibm.fhir.model.type.code.DocumentRelationshipType
-
Packages that use DocumentRelationshipType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of DocumentRelationshipType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return DocumentRelationshipType Modifier and Type Method Description DocumentRelationshipTypeComposition.RelatesTo. getCode()The type of relationship that this composition has with anther composition or document.DocumentRelationshipTypeDocumentReference.RelatesTo. getCode()The type of relationship that this document has with anther document.Methods in com.ibm.fhir.model.resource with parameters of type DocumentRelationshipType Modifier and Type Method Description Composition.RelatesTo.BuilderComposition.RelatesTo.Builder. code(DocumentRelationshipType code)The type of relationship that this composition has with anther composition or document.DocumentReference.RelatesTo.BuilderDocumentReference.RelatesTo.Builder. code(DocumentRelationshipType code)The type of relationship that this document has with anther document. -
Uses of DocumentRelationshipType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as DocumentRelationshipType Modifier and Type Field Description static DocumentRelationshipTypeDocumentRelationshipType. APPENDSAppendsstatic DocumentRelationshipTypeDocumentRelationshipType. REPLACESReplacesstatic DocumentRelationshipTypeDocumentRelationshipType. SIGNSSignsstatic DocumentRelationshipTypeDocumentRelationshipType. TRANSFORMSTransformsMethods in com.ibm.fhir.model.type.code that return DocumentRelationshipType Modifier and Type Method Description DocumentRelationshipTypeDocumentRelationshipType.Builder. build()static DocumentRelationshipTypeDocumentRelationshipType. of(DocumentRelationshipType.ValueSet value)Factory method for creating DocumentRelationshipType objects from a passed enum value.static DocumentRelationshipTypeDocumentRelationshipType. of(String value)Factory method for creating DocumentRelationshipType objects from a passed string value.
-