Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.ContextRelated
-
Packages that use DocumentReference.ContextRelated Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DocumentReference.ContextRelated in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReference.ContextRelated Modifier and Type Method Description DocumentReference.ContextRelatedDocumentReference.Context. addRelated()Adds and returns a new value for related ()DocumentReference.ContextRelatedDocumentReference.Context. getRelatedFirstRep()Gets the first repetition for related (), creating it if it does not already exist.DocumentReference.ContextRelatedDocumentReference.ContextRelated. setIdentifier(IdentifierDt theValue)Sets the value(s) for identifier ()DocumentReference.ContextRelatedDocumentReference.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.ContextRelated Modifier and Type Method Description List<DocumentReference.ContextRelated>DocumentReference.Context. getRelated()Gets the value(s) for related ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentReference.ContextRelated Modifier and Type Method Description DocumentReference.ContextDocumentReference.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.ContextRelated Modifier and Type Method Description DocumentReference.ContextDocumentReference.Context. setRelated(List<DocumentReference.ContextRelated> theValue)Sets the value(s) for related ()
-