Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.Context
-
Uses of DocumentReference.Context in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionDocumentReference.setContext
(DocumentReference.Context theValue) Sets the value(s) for context ()