Uses of Class
org.hl7.fhir.dstu3.model.DocumentReference
-
Packages that use DocumentReference Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DocumentReference in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model with type parameters of type DocumentReference Modifier and Type Field Description protected List<DocumentReference>AdverseEvent. referenceDocumentTargetThe actual objects that are the target of the reference (AdverseEvent.referenceDocument.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DocumentReference Modifier and Type Method Description List<DocumentReference>AdverseEvent. getReferenceDocumentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type DocumentReference Modifier and Type Method Description DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setTargetTarget(DocumentReference value)
-