Uses of Class
org.hl7.fhir.dstu2.model.DocumentReference
-
Uses of DocumentReference in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected DocumentReference
JsonParser.parseDocumentReference
(com.google.gson.JsonObject json) protected DocumentReference
XmlParser.parseDocumentReference
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReference
(String name, DocumentReference element) protected void
XmlParser.composeDocumentReference
(String name, DocumentReference element) protected void
JsonParser.composeDocumentReferenceInner
(DocumentReference element) JsonParser.parseDocumentReferenceDocumentReferenceContentComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContentComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) JsonParser.parseDocumentReferenceDocumentReferenceContextComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) JsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) JsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) -
Uses of DocumentReference in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected DocumentReference
DocumentReference.DocumentReferenceRelatesToComponent.targetTarget
The actual object that is the target of the reference (The target document of this relationship.)Modifier and TypeMethodDescriptionDocumentReference.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.setClass_
(CodeableConcept value) 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
(CodeableConcept value) DocumentReference.setIndexed
(Date value) DocumentReference.setIndexedElement
(InstantType value) DocumentReference.setMasterIdentifier
(Identifier value) DocumentReference.setStatus
(Enumerations.DocumentReferenceStatus value) DocumentReference.setStatusElement
(Enumeration<Enumerations.DocumentReferenceStatus> value) DocumentReference.setSubject
(Reference value) DocumentReference.setSubjectTarget
(Resource value) DocumentReference.setType
(CodeableConcept value) protected DocumentReference
DocumentReference.typedCopy()
Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget
(DocumentReference value)