Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.RelatesTo
-
Uses of DocumentReference.RelatesTo in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionDocumentReference.addRelatesTo()
Adds and returns a new value for relatesTo ()DocumentReference.getRelatesToFirstRep()
Gets the first repetition for relatesTo (), creating it if it does not already exist.DocumentReference.RelatesTo.setCode
(DocumentRelationshipTypeEnum theValue) Sets the value(s) for code ()DocumentReference.RelatesTo.setCode
(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentRelationshipTypeEnum> theValue) Sets the value(s) for code ()DocumentReference.RelatesTo.setTarget
(ResourceReferenceDt theValue) Sets the value(s) for target ()Modifier and TypeMethodDescriptionDocumentReference.getRelatesTo()
Gets the value(s) for relatesTo ().Modifier and TypeMethodDescriptionDocumentReference.addRelatesTo
(DocumentReference.RelatesTo theValue) Adds a given new value for relatesTo ()Modifier and TypeMethodDescriptionDocumentReference.setRelatesTo
(List<DocumentReference.RelatesTo> theValue) Sets the value(s) for relatesTo ()