Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceRelatesToComponent
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceRelatesToComponent
(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceRelatesToComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceRelatesToComponent
(String name, DocumentReference.DocumentReferenceRelatesToComponent element) protected void
RdfParser.composeDocumentReferenceRelatesToComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceRelatesToComponent element, int index) protected void
XmlParser.composeDocumentReferenceRelatesToComponent
(String name, DocumentReference.DocumentReferenceRelatesToComponent element) protected void
XmlParser.composeDocumentReferenceRelatesToComponentElements
(DocumentReference.DocumentReferenceRelatesToComponent element) protected void
JsonParser.composeDocumentReferenceRelatesToComponentProperties
(DocumentReference.DocumentReferenceRelatesToComponent element) protected boolean
XmlParser.parseDocumentReferenceRelatesToComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference.DocumentReferenceRelatesToComponent res) protected void
JsonParser.parseDocumentReferenceRelatesToComponentProperties
(com.google.gson.JsonObject json, DocumentReference.DocumentReferenceRelatesToComponent res) -
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDocumentReference.relatesTo
Relationships that this document has with other document references that already exist.Modifier and TypeMethodDescriptionDocumentReference.addRelatesTo()
DocumentReference.DocumentReferenceRelatesToComponent.copy()
DocumentReference.getRelatesToFirstRep()
DocumentReference.DocumentReferenceRelatesToComponent.setCode
(CodeableConcept value) Modifier and TypeMethodDescriptionDocumentReference.addRelatesTo
(DocumentReference.DocumentReferenceRelatesToComponent t) void
DocumentReference.DocumentReferenceRelatesToComponent.copyValues
(DocumentReference.DocumentReferenceRelatesToComponent dst) Modifier and TypeMethodDescriptionDocumentReference.setRelatesTo
(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)