Uses of Class
org.hl7.fhir.dstu3.model.DocumentReference
Packages that use DocumentReference
-
Uses of DocumentReference in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.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.parseDocumentReferenceDocumentReferenceContextRelatedComponent(com.google.gson.JsonObject json, DocumentReference owner)XmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner)protected booleanXmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res)protected voidJsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent 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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model with type parameters of type DocumentReferenceModifier and TypeFieldDescriptionprotected List<DocumentReference>AdverseEvent.referenceDocumentTargetThe actual objects that are the target of the reference (AdverseEvent.referenceDocument.)Methods in org.hl7.fhir.dstu3.model that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.addContent(DocumentReference.DocumentReferenceContentComponent t)DocumentReference.addIdentifier(Identifier t)AdverseEvent.addReferenceDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.addRelatesTo(DocumentReference.DocumentReferenceRelatesToComponent t)DocumentReference.addSecurityLabel(CodeableConcept t)DocumentReference.copy()DocumentReference.DocumentReferenceRelatesToComponent.getTargetTarget()DocumentReference.setAuthenticator(Reference value)DocumentReference.setAuthenticatorTarget(Resource value)DocumentReference.setClass_(CodeableConcept value)DocumentReference.setContent(List<DocumentReference.DocumentReferenceContentComponent> theContent)DocumentReference.setContext(DocumentReference.DocumentReferenceContextComponent value)DocumentReference.setCreated(Date value)DocumentReference.setCreatedElement(DateTimeType value)DocumentReference.setCustodian(Reference value)DocumentReference.setCustodianTarget(Organization 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.setIndexed(Date value)DocumentReference.setIndexedElement(InstantType value)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.dstu3.model that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionAdverseEvent.getReferenceDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget(DocumentReference value)