Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.RelatesTo
-
Packages that use DocumentReference.RelatesTo Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DocumentReference.RelatesTo in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReference.RelatesTo Modifier and Type Method Description DocumentReference.RelatesToDocumentReference. addRelatesTo()Adds and returns a new value for relatesTo ()DocumentReference.RelatesToDocumentReference. getRelatesToFirstRep()Gets the first repetition for relatesTo (), creating it if it does not already exist.DocumentReference.RelatesToDocumentReference.RelatesTo. setCode(DocumentRelationshipTypeEnum theValue)Sets the value(s) for code ()DocumentReference.RelatesToDocumentReference.RelatesTo. setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentRelationshipTypeEnum> theValue)Sets the value(s) for code ()DocumentReference.RelatesToDocumentReference.RelatesTo. setTarget(ResourceReferenceDt theValue)Sets the value(s) for target ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentReference.RelatesTo Modifier and Type Method Description List<DocumentReference.RelatesTo>DocumentReference. getRelatesTo()Gets the value(s) for relatesTo ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentReference.RelatesTo Modifier and Type Method Description DocumentReferenceDocumentReference. addRelatesTo(DocumentReference.RelatesTo theValue)Adds a given new value for relatesTo ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentReference.RelatesTo Modifier and Type Method Description DocumentReferenceDocumentReference. setRelatesTo(List<DocumentReference.RelatesTo> theValue)Sets the value(s) for relatesTo ()
-