![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceRelatesToComponent
Packages that use DocumentReference.DocumentReferenceRelatesToComponent
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Methods in org.hl7.fhir.r4.formats with parameters of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceDocumentReferenceRelatesToComponent
(String name, DocumentReference.DocumentReferenceRelatesToComponent element) protected void
RdfParser.composeDocumentReferenceDocumentReferenceRelatesToComponent
(Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceRelatesToComponent element, int index) protected void
XmlParser.composeDocumentReferenceDocumentReferenceRelatesToComponent
(String name, DocumentReference.DocumentReferenceRelatesToComponent element) protected void
XmlParser.composeDocumentReferenceDocumentReferenceRelatesToComponentElements
(DocumentReference.DocumentReferenceRelatesToComponent element) protected void
JsonParser.composeDocumentReferenceDocumentReferenceRelatesToComponentInner
(DocumentReference.DocumentReferenceRelatesToComponent element) protected boolean
XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) protected void
JsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponentProperties
(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) -
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeFieldDescriptionDocumentReference.relatesTo
Relationships that this document has with other document references that already exist.Methods in org.hl7.fhir.r4.model that return DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionDocumentReference.addRelatesTo()
DocumentReference.DocumentReferenceRelatesToComponent.copy()
DocumentReference.getRelatesToFirstRep()
DocumentReference.DocumentReferenceRelatesToComponent.setCode
(DocumentReference.DocumentRelationshipType value) DocumentReference.DocumentReferenceRelatesToComponent.setCodeElement
(Enumeration<DocumentReference.DocumentRelationshipType> value) DocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget
(DocumentReference value) Methods in org.hl7.fhir.r4.model that return types with arguments of type DocumentReference.DocumentReferenceRelatesToComponentMethods in org.hl7.fhir.r4.model with parameters of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionDocumentReference.addRelatesTo
(DocumentReference.DocumentReferenceRelatesToComponent t) void
DocumentReference.DocumentReferenceRelatesToComponent.copyValues
(DocumentReference.DocumentReferenceRelatesToComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionDocumentReference.setRelatesTo
(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)