
Uses of Class
org.hl7.fhir.r4.model.DocumentReference
Packages that use DocumentReference
- 
Uses of DocumentReference in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReferenceModifier and TypeMethodDescriptionprotected DocumentReferenceJsonParser.parseDocumentReference(com.google.gson.JsonObject json) protected DocumentReferenceXmlParser.parseDocumentReference(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type DocumentReferenceModifier and TypeMethodDescriptionprotected voidJsonParser.composeDocumentReference(String name, DocumentReference element) protected voidRdfParser.composeDocumentReference(Turtle.Complex parent, String parentType, String name, DocumentReference element, int index) protected voidXmlParser.composeDocumentReference(String name, DocumentReference element) protected voidXmlParser.composeDocumentReferenceElements(DocumentReference element) protected voidJsonParser.composeDocumentReferenceInner(DocumentReference element) protected booleanXmlParser.parseDocumentReferenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference res) JsonParser.parseDocumentReferenceDocumentReferenceContentComponent(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) protected booleanXmlParser.parseDocumentReferenceDocumentReferenceContentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) protected voidJsonParser.parseDocumentReferenceDocumentReferenceContentComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) JsonParser.parseDocumentReferenceDocumentReferenceContextComponent(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) 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) JsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) protected booleanXmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) protected voidJsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) protected voidJsonParser.parseDocumentReferenceProperties(com.google.gson.JsonObject json, DocumentReference res)  - 
Uses of DocumentReference in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as DocumentReferenceModifier and TypeFieldDescriptionprotected DocumentReferenceDocumentReference.DocumentReferenceRelatesToComponent.targetTargetThe actual object that is the target of the reference (The target document of this relationship.)Fields in org.hl7.fhir.r4.model with type parameters of type DocumentReferenceModifier and TypeFieldDescriptionprotected List<DocumentReference> MedicinalProduct.attachedDocumentTargetThe actual objects that are the target of the reference (Supporting documentation, typically for regulatory submission.)protected List<DocumentReference> MedicinalProduct.masterFileTargetThe actual objects that are the target of the reference (A master file for to the medicinal product (e.g.protected List<DocumentReference> AdverseEvent.referenceDocumentTargetThe actual objects that are the target of the reference (AdverseEvent.referenceDocument.)protected List<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.sourceTargetThe actual objects that are the target of the reference (Todo.)protected List<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.sourceTargetThe actual objects that are the target of the reference (Todo.)protected List<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.sourceTargetThe actual objects that are the target of the reference (Todo.)protected List<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.sourceTargetThe actual objects that are the target of the reference (Todo.)protected List<DocumentReference> SubstanceSpecification.sourceTargetThe actual objects that are the target of the reference (Supporting literature.)protected List<DocumentReference> SubstanceSpecification.SubstanceSpecificationCodeComponent.sourceTargetThe actual objects that are the target of the reference (Supporting literature.)protected List<DocumentReference> SubstanceSpecification.SubstanceSpecificationNameComponent.sourceTargetThe actual objects that are the target of the reference (Supporting literature.)protected List<DocumentReference> SubstanceSpecification.SubstanceSpecificationRelationshipComponent.sourceTargetThe actual objects that are the target of the reference (Supporting literature.)protected List<DocumentReference> SubstanceSpecification.SubstanceSpecificationStructureComponent.sourceTargetThe actual objects that are the target of the reference (Supporting literature.)Methods in org.hl7.fhir.r4.model that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.addCategory(CodeableConcept t) DocumentReference.addContent(DocumentReference.DocumentReferenceContentComponent t) DocumentReference.addIdentifier(Identifier t) DocumentReference.addRelatesTo(DocumentReference.DocumentReferenceRelatesToComponent t) DocumentReference.addSecurityLabel(CodeableConcept t) DocumentReference.copy()DocumentReference.DocumentReferenceRelatesToComponent.getTargetTarget()DocumentReference.setAuthenticator(Reference value) DocumentReference.setAuthenticatorTarget(Resource value) DocumentReference.setCategory(List<CodeableConcept> theCategory) DocumentReference.setContent(List<DocumentReference.DocumentReferenceContentComponent> theContent) DocumentReference.setContext(DocumentReference.DocumentReferenceContextComponent value) DocumentReference.setCustodian(Reference value) DocumentReference.setCustodianTarget(Organization value) DocumentReference.setDateElement(InstantType value) DocumentReference.setDescription(String value) DocumentReference.setDescriptionElement(StringType value) DocumentReference.setDocStatus(DocumentReference.ReferredDocumentStatus value) DocumentReference.setDocStatusElement(Enumeration<DocumentReference.ReferredDocumentStatus> value) DocumentReference.setIdentifier(List<Identifier> theIdentifier) DocumentReference.setMasterIdentifier(Identifier value) DocumentReference.setRelatesTo(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo) DocumentReference.setSecurityLabel(List<CodeableConcept> theSecurityLabel) DocumentReference.setStatus(Enumerations.DocumentReferenceStatus value) DocumentReference.setStatusElement(Enumeration<Enumerations.DocumentReferenceStatus> value) DocumentReference.setSubject(Reference value) DocumentReference.setSubjectTarget(Resource value) DocumentReference.setType(CodeableConcept value) protected DocumentReferenceDocumentReference.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type DocumentReferenceModifier and TypeMethodDescriptionvoidDocumentReference.copyValues(DocumentReference dst) DocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget(DocumentReference value)