Uses of Class
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceContentComponent
-
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceContentComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContentComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceDocumentReferenceContentComponent
(String name, DocumentReference.DocumentReferenceContentComponent element) protected void
RdfParser.composeDocumentReferenceDocumentReferenceContentComponent
(Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContentComponent element, int index) protected void
XmlParser.composeDocumentReferenceDocumentReferenceContentComponent
(String name, DocumentReference.DocumentReferenceContentComponent element) protected void
XmlParser.composeDocumentReferenceDocumentReferenceContentComponentElements
(DocumentReference.DocumentReferenceContentComponent element) protected void
JsonParser.composeDocumentReferenceDocumentReferenceContentComponentInner
(DocumentReference.DocumentReferenceContentComponent element) protected boolean
XmlParser.parseDocumentReferenceDocumentReferenceContentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) protected void
JsonParser.parseDocumentReferenceDocumentReferenceContentComponentProperties
(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) -
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r4.model
Modifier and TypeMethodDescriptionDocumentReference.addContent()
DocumentReference.DocumentReferenceContentComponent.copy()
DocumentReference.getContentFirstRep()
DocumentReference.DocumentReferenceContentComponent.setAttachment
(Attachment value) Modifier and TypeMethodDescriptionDocumentReference.addContent
(DocumentReference.DocumentReferenceContentComponent t) void
DocumentReference.DocumentReferenceContentComponent.copyValues
(DocumentReference.DocumentReferenceContentComponent dst) Modifier and TypeMethodDescriptionDocumentReference.setContent
(List<DocumentReference.DocumentReferenceContentComponent> theContent)