Uses of Class
org.hl7.fhir.dstu2.model.DocumentReference
Packages that use DocumentReference
-
Uses of DocumentReference in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type DocumentReferenceModifier and TypeMethodDescriptionprotected voidJsonParser.composeDocumentReference(String name, DocumentReference element)protected voidXmlParser.composeDocumentReference(String name, DocumentReference element)protected voidJsonParser.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
Fields in org.hl7.fhir.dstu2.model declared as DocumentReferenceModifier and TypeFieldDescriptionprotected DocumentReferenceDocumentReference.DocumentReferenceRelatesToComponent.targetTargetThe actual object that is the target of the reference (The target document of this relationship.)Methods in org.hl7.fhir.dstu2.model that return DocumentReferenceModifier 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 DocumentReferenceDocumentReference.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget(DocumentReference value)