Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.ContextRelated
-
Uses of DocumentReference.ContextRelated in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionDocumentReference.Context.addRelated()
Adds and returns a new value for related ()DocumentReference.Context.getRelatedFirstRep()
Gets the first repetition for related (), creating it if it does not already exist.DocumentReference.ContextRelated.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()DocumentReference.ContextRelated.setRef
(ResourceReferenceDt theValue) Sets the value(s) for ref ()Modifier and TypeMethodDescriptionDocumentReference.Context.getRelated()
Gets the value(s) for related ().Modifier and TypeMethodDescriptionDocumentReference.Context.addRelated
(DocumentReference.ContextRelated theValue) Adds a given new value for related ()Modifier and TypeMethodDescriptionDocumentReference.Context.setRelated
(List<DocumentReference.ContextRelated> theValue) Sets the value(s) for related ()