
Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceContentComponent
Packages that use DocumentReference.DocumentReferenceContentComponent
-
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return DocumentReference.DocumentReferenceContentComponentModifier and TypeMethodDescriptionExtensions.setDRThumbnail
(DocumentReference.DocumentReferenceContentComponent context, boolean value) Methods in org.hl7.fhir.r5.extensions with parameters of type DocumentReference.DocumentReferenceContentComponentModifier 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
Methods in org.hl7.fhir.r5.formats that return DocumentReference.DocumentReferenceContentComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceContentComponent
(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceContentComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DocumentReference.DocumentReferenceContentComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceContentComponentMethods in org.hl7.fhir.r5.model that return DocumentReference.DocumentReferenceContentComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceContentComponentMethods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceContentComponentModifier and TypeMethodDescriptionDocumentReference.addContent
(DocumentReference.DocumentReferenceContentComponent t) void
DocumentReference.DocumentReferenceContentComponent.copyValues
(DocumentReference.DocumentReferenceContentComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceContentComponentModifier and TypeMethodDescriptionDocumentReference.setContent
(List<DocumentReference.DocumentReferenceContentComponent> theContent) Constructors in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceContentComponentModifierConstructorDescriptionDocumentReference
(DocumentReference.DocumentReferenceStatus status, DocumentReference.DocumentReferenceContentComponent content) Constructor