Uses of Class
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceRelatesToComponent
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Modifier 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
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
(DocumentReference.DocumentRelationshipType value) DocumentReference.DocumentReferenceRelatesToComponent.setCodeElement
(Enumeration<DocumentReference.DocumentRelationshipType> value) DocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget
(DocumentReference value) Modifier and TypeMethodDescriptionDocumentReference.addRelatesTo
(DocumentReference.DocumentReferenceRelatesToComponent t) void
DocumentReference.DocumentReferenceRelatesToComponent.copyValues
(DocumentReference.DocumentReferenceRelatesToComponent dst) Modifier and TypeMethodDescriptionDocumentReference.setRelatesTo
(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)