
Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceContentComponent
Packages that use DocumentReference.DocumentReferenceContentComponent
-
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 voidJsonParser.composeDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) protected voidRdfParser.composeDocumentReferenceContentComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContentComponent element, int index) protected voidXmlParser.composeDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) protected voidXmlParser.composeDocumentReferenceContentComponentElements(DocumentReference.DocumentReferenceContentComponent element) protected voidJsonParser.composeDocumentReferenceContentComponentProperties(DocumentReference.DocumentReferenceContentComponent element) protected booleanXmlParser.parseDocumentReferenceContentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference.DocumentReferenceContentComponent res) protected voidJsonParser.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) voidDocumentReference.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