Uses of Class
org.hl7.fhir.r4.model.DocumentReference
-
Packages that use DocumentReference Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DocumentReference in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReference Modifier and Type Method Description protected DocumentReferenceJsonParser. parseDocumentReference(com.google.gson.JsonObject json)protected DocumentReferenceXmlParser. parseDocumentReference(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DocumentReference in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as DocumentReference Modifier and Type Field Description protected 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 DocumentReference Modifier and Type Field Description protected 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 DocumentReference Modifier and Type Method Description DocumentReferenceMedicinalProduct. addAttachedDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceDocumentReference. addAuthor(Reference t)DocumentReferenceDocumentReference. addCategory(CodeableConcept t)DocumentReferenceDocumentReference. addContent(DocumentReference.DocumentReferenceContentComponent t)DocumentReferenceDocumentReference. addIdentifier(Identifier t)DocumentReferenceMedicinalProduct. addMasterFileTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceAdverseEvent. addReferenceDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceDocumentReference. addRelatesTo(DocumentReference.DocumentReferenceRelatesToComponent t)DocumentReferenceDocumentReference. addSecurityLabel(CodeableConcept t)DocumentReferenceSubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceSpecification. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceSpecification.SubstanceSpecificationCodeComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceSpecification.SubstanceSpecificationNameComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceSpecification.SubstanceSpecificationRelationshipComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceSubstanceSpecification.SubstanceSpecificationStructureComponent. addSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReferenceDocumentReference. copy()DocumentReferenceDocumentReference.DocumentReferenceRelatesToComponent. getTargetTarget()DocumentReferenceDocumentReference. setAuthenticator(Reference value)DocumentReferenceDocumentReference. setAuthenticatorTarget(Resource value)DocumentReferenceDocumentReference. setAuthor(List<Reference> theAuthor)DocumentReferenceDocumentReference. setCategory(List<CodeableConcept> theCategory)DocumentReferenceDocumentReference. setContent(List<DocumentReference.DocumentReferenceContentComponent> theContent)DocumentReferenceDocumentReference. setContext(DocumentReference.DocumentReferenceContextComponent value)DocumentReferenceDocumentReference. setCustodian(Reference value)DocumentReferenceDocumentReference. setCustodianTarget(Organization value)DocumentReferenceDocumentReference. setDate(Date value)DocumentReferenceDocumentReference. setDateElement(InstantType value)DocumentReferenceDocumentReference. setDescription(String value)DocumentReferenceDocumentReference. setDescriptionElement(StringType value)DocumentReferenceDocumentReference. setDocStatus(DocumentReference.ReferredDocumentStatus value)DocumentReferenceDocumentReference. setDocStatusElement(Enumeration<DocumentReference.ReferredDocumentStatus> value)DocumentReferenceDocumentReference. setIdentifier(List<Identifier> theIdentifier)DocumentReferenceDocumentReference. setMasterIdentifier(Identifier value)DocumentReferenceDocumentReference. setRelatesTo(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)DocumentReferenceDocumentReference. setSecurityLabel(List<CodeableConcept> theSecurityLabel)DocumentReferenceDocumentReference. setStatus(Enumerations.DocumentReferenceStatus value)DocumentReferenceDocumentReference. setStatusElement(Enumeration<Enumerations.DocumentReferenceStatus> value)DocumentReferenceDocumentReference. setSubject(Reference value)DocumentReferenceDocumentReference. setSubjectTarget(Resource value)DocumentReferenceDocumentReference. setType(CodeableConcept value)protected DocumentReferenceDocumentReference. typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type DocumentReference Modifier and Type Method Description List<DocumentReference>MedicinalProduct. getAttachedDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>MedicinalProduct. getMasterFileTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>AdverseEvent. getReferenceDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceSpecification. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceSpecification.SubstanceSpecificationCodeComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceSpecification.SubstanceSpecificationNameComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceSpecification.SubstanceSpecificationRelationshipComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DocumentReference>SubstanceSpecification.SubstanceSpecificationStructureComponent. getSourceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type DocumentReference Modifier and Type Method Description voidDocumentReference. copyValues(DocumentReference dst)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setTargetTarget(DocumentReference value)
-