Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceContentComponent
-
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionExtensions.setDRThumbnail
(DocumentReference.DocumentReferenceContentComponent context, boolean value) Modifier and TypeMethodDescriptionstatic Boolean
Extensions.getDRThumbnail
(DocumentReference.DocumentReferenceContentComponent context) Extensions.setDRThumbnail
(DocumentReference.DocumentReferenceContentComponent context, boolean value) -
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceContentComponent
(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceContentComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceContentComponent
(String name, DocumentReference.DocumentReferenceContentComponent element) protected void
RdfParser.composeDocumentReferenceContentComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContentComponent element, int index) protected void
XmlParser.composeDocumentReferenceContentComponent
(String name, DocumentReference.DocumentReferenceContentComponent element) protected void
XmlParser.composeDocumentReferenceContentComponentElements
(DocumentReference.DocumentReferenceContentComponent element) protected void
JsonParser.composeDocumentReferenceContentComponentProperties
(DocumentReference.DocumentReferenceContentComponent element) protected boolean
XmlParser.parseDocumentReferenceContentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference.DocumentReferenceContentComponent res) protected void
JsonParser.parseDocumentReferenceContentComponentProperties
(com.google.gson.JsonObject json, DocumentReference.DocumentReferenceContentComponent res) -
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionDocumentReference.addContent()
DocumentReference.DocumentReferenceContentComponent.addProfile
(DocumentReference.DocumentReferenceContentProfileComponent t) DocumentReference.DocumentReferenceContentComponent.copy()
DocumentReference.getContentFirstRep()
DocumentReference.DocumentReferenceContentComponent.setAttachment
(Attachment value) DocumentReference.DocumentReferenceContentComponent.setProfile
(List<DocumentReference.DocumentReferenceContentProfileComponent> theProfile) Modifier and TypeMethodDescriptionDocumentReference.addContent
(DocumentReference.DocumentReferenceContentComponent t) void
DocumentReference.DocumentReferenceContentComponent.copyValues
(DocumentReference.DocumentReferenceContentComponent dst) Modifier and TypeMethodDescriptionDocumentReference.setContent
(List<DocumentReference.DocumentReferenceContentComponent> theContent) ModifierConstructorDescriptionDocumentReference
(DocumentReference.DocumentReferenceStatus status, DocumentReference.DocumentReferenceContentComponent content) Constructor