
Uses of Class
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceContextComponent
Packages that use DocumentReference.DocumentReferenceContextComponent
-
Uses of DocumentReference.DocumentReferenceContextComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReference.DocumentReferenceContextComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceContextComponent(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Methods in org.hl7.fhir.r4.formats with parameters of type DocumentReference.DocumentReferenceContextComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) protected voidRdfParser.composeDocumentReferenceDocumentReferenceContextComponent(Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContextComponent element, int index) protected voidXmlParser.composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) protected voidXmlParser.composeDocumentReferenceDocumentReferenceContextComponentElements(DocumentReference.DocumentReferenceContextComponent element) protected voidJsonParser.composeDocumentReferenceDocumentReferenceContextComponentInner(DocumentReference.DocumentReferenceContextComponent element) protected booleanXmlParser.parseDocumentReferenceDocumentReferenceContextComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextComponent res) protected voidJsonParser.parseDocumentReferenceDocumentReferenceContextComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextComponent res) -
Uses of DocumentReference.DocumentReferenceContextComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as DocumentReference.DocumentReferenceContextComponentModifier and TypeFieldDescriptionDocumentReference.contextThe clinical context in which the document was prepared.Methods in org.hl7.fhir.r4.model that return DocumentReference.DocumentReferenceContextComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addEncounter(Reference t) DocumentReference.DocumentReferenceContextComponent.addEvent(CodeableConcept t) DocumentReference.DocumentReferenceContextComponent.addRelated(Reference t) DocumentReference.DocumentReferenceContextComponent.copy()DocumentReference.getContext()DocumentReference.DocumentReferenceContextComponent.setEncounter(List<Reference> theEncounter) DocumentReference.DocumentReferenceContextComponent.setEvent(List<CodeableConcept> theEvent) DocumentReference.DocumentReferenceContextComponent.setFacilityType(CodeableConcept value) DocumentReference.DocumentReferenceContextComponent.setPracticeSetting(CodeableConcept value) DocumentReference.DocumentReferenceContextComponent.setRelated(List<Reference> theRelated) DocumentReference.DocumentReferenceContextComponent.setSourcePatientInfo(Reference value) DocumentReference.DocumentReferenceContextComponent.setSourcePatientInfoTarget(Patient value) Methods in org.hl7.fhir.r4.model with parameters of type DocumentReference.DocumentReferenceContextComponentModifier and TypeMethodDescriptionvoidDocumentReference.DocumentReferenceContextComponent.copyValues(DocumentReference.DocumentReferenceContextComponent dst) DocumentReference.setContext(DocumentReference.DocumentReferenceContextComponent value)