Uses of Class
org.hl7.fhir.dstu2.model.DocumentReference
-
Packages that use DocumentReference Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DocumentReference in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.model
Fields in org.hl7.fhir.dstu2.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.)Methods in org.hl7.fhir.dstu2.model with parameters of type DocumentReference Modifier and Type Method Description DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setTargetTarget(DocumentReference value)
-