Uses of Class
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceContentComponent
-
Packages that use DocumentReference.DocumentReferenceContentComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReference.DocumentReferenceContentComponent Modifier and Type Method Description protected DocumentReference.DocumentReferenceContentComponentJsonParser. parseDocumentReferenceDocumentReferenceContentComponent(com.google.gson.JsonObject json, DocumentReference owner)protected DocumentReference.DocumentReferenceContentComponentXmlParser. parseDocumentReferenceDocumentReferenceContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) -
Uses of DocumentReference.DocumentReferenceContentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DocumentReference.DocumentReferenceContentComponent Modifier and Type Field Description protected List<DocumentReference.DocumentReferenceContentComponent>DocumentReference. contentThe document and format referenced.Methods in org.hl7.fhir.r4.model that return DocumentReference.DocumentReferenceContentComponent Modifier and Type Method Description DocumentReference.DocumentReferenceContentComponentDocumentReference. addContent()DocumentReference.DocumentReferenceContentComponentDocumentReference.DocumentReferenceContentComponent. copy()DocumentReference.DocumentReferenceContentComponentDocumentReference. getContentFirstRep()DocumentReference.DocumentReferenceContentComponentDocumentReference.DocumentReferenceContentComponent. setAttachment(Attachment value)DocumentReference.DocumentReferenceContentComponentDocumentReference.DocumentReferenceContentComponent. setFormat(Coding value)Methods in org.hl7.fhir.r4.model that return types with arguments of type DocumentReference.DocumentReferenceContentComponent Modifier and Type Method Description List<DocumentReference.DocumentReferenceContentComponent>DocumentReference. getContent()Methods in org.hl7.fhir.r4.model with parameters of type DocumentReference.DocumentReferenceContentComponent Modifier and Type Method Description DocumentReferenceDocumentReference. addContent(DocumentReference.DocumentReferenceContentComponent t)voidDocumentReference.DocumentReferenceContentComponent. copyValues(DocumentReference.DocumentReferenceContentComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type DocumentReference.DocumentReferenceContentComponent Modifier and Type Method Description DocumentReferenceDocumentReference. setContent(List<DocumentReference.DocumentReferenceContentComponent> theContent)
-