
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentManifest.Content
Packages that use DocumentManifest.Content
-
Uses of DocumentManifest.Content in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentManifest.ContentModifier and TypeMethodDescriptionDocumentManifest.addContent()
Adds and returns a new value for content ()DocumentManifest.getContentFirstRep()
Gets the first repetition for content (), creating it if it does not already exist.DocumentManifest.Content.setP
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for p[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentManifest.ContentModifier and TypeMethodDescriptionDocumentManifest.getContent()
Gets the value(s) for content ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentManifest.ContentModifier and TypeMethodDescriptionDocumentManifest.addContent
(DocumentManifest.Content theValue) Adds a given new value for content ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentManifest.ContentModifier and TypeMethodDescriptionDocumentManifest.setContent
(List<DocumentManifest.Content> theValue) Sets the value(s) for content ()