Uses of Class
org.hl7.fhir.r5.model.DocumentReference
-
Packages that use DocumentReference Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DocumentReference in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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)Methods in org.hl7.fhir.r5.formats with parameters of type DocumentReference Modifier and Type Method Description protected voidJsonParser. composeDocumentReference(String name, DocumentReference element)protected voidRdfParser. composeDocumentReference(org.hl7.fhir.utilities.turtle.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. composeDocumentReferenceProperties(DocumentReference element)protected booleanXmlParser. parseDocumentReferenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference res)protected voidJsonParser. parseDocumentReferenceProperties(com.google.gson.JsonObject json, DocumentReference res) -
Uses of DocumentReference in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference Modifier and Type Method Description voidDocumentReference. copyValues(DocumentReference dst)
-