
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.Context
Packages that use DocumentReference.Context
-
Uses of DocumentReference.Context in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReference.ContextModifier and TypeMethodDescriptionDocumentReference.Context.addEvent
(CodeableConceptDt theValue) Adds a given new value for event ()DocumentReference.Context.addRelated
(DocumentReference.ContextRelated theValue) Adds a given new value for related ()DocumentReference.getContext()
Gets the value(s) for context ().DocumentReference.Context.setEncounter
(ResourceReferenceDt theValue) Sets the value(s) for encounter (context)DocumentReference.Context.setEvent
(List<CodeableConceptDt> theValue) Sets the value(s) for event ()DocumentReference.Context.setFacilityType
(CodeableConceptDt theValue) Sets the value(s) for facilityType ()Sets the value(s) for period ()DocumentReference.Context.setPracticeSetting
(CodeableConceptDt theValue) Sets the value(s) for practiceSetting ()DocumentReference.Context.setRelated
(List<DocumentReference.ContextRelated> theValue) Sets the value(s) for related ()DocumentReference.Context.setSourcePatientInfo
(ResourceReferenceDt theValue) Sets the value(s) for sourcePatientInfo ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentReference.ContextModifier and TypeMethodDescriptionDocumentReference.setContext
(DocumentReference.Context theValue) Sets the value(s) for context ()