
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.ContextRelated
Packages that use DocumentReference.ContextRelated
-
Uses of DocumentReference.ContextRelated in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReference.ContextRelatedModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentReference.ContextRelatedModifier and TypeMethodDescriptionDocumentReference.Context.getRelated()
Gets the value(s) for related ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentReference.ContextRelatedModifier and TypeMethodDescriptionDocumentReference.Context.addRelated
(DocumentReference.ContextRelated theValue) Adds a given new value for related ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentReference.ContextRelatedModifier and TypeMethodDescriptionDocumentReference.Context.setRelated
(List<DocumentReference.ContextRelated> theValue) Sets the value(s) for related ()