
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.Content
Packages that use DocumentReference.Content
-
Uses of DocumentReference.Content in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReference.ContentModifier and TypeMethodDescriptionDocumentReference.addContent()
Adds and returns a new value for content ()Adds a given new value for format ()DocumentReference.getContentFirstRep()
Gets the first repetition for content (), creating it if it does not already exist.DocumentReference.Content.setAttachment
(AttachmentDt theValue) Sets the value(s) for attachment ()Sets the value(s) for format ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentReference.ContentModifier and TypeMethodDescriptionDocumentReference.getContent()
Gets the value(s) for content ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentReference.ContentModifier and TypeMethodDescriptionDocumentReference.addContent
(DocumentReference.Content theValue) Adds a given new value for content ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentReference.ContentModifier and TypeMethodDescriptionDocumentReference.setContent
(List<DocumentReference.Content> theValue) Sets the value(s) for content ()