Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentManifest
-
Uses of DocumentManifest in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionDocumentManifest.addContent
(DocumentManifest.Content theValue) Adds a given new value for content ()DocumentManifest.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)DocumentManifest.addRelated
(DocumentManifest.Related theValue) Adds a given new value for related ()DocumentManifest.setAuthor
(List<ResourceReferenceDt> theValue) Sets the value(s) for author (who.author)DocumentManifest.setContent
(List<DocumentManifest.Content> theValue) Sets the value(s) for content ()DocumentManifest.setCreated
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for created (when.done)DocumentManifest.setCreated
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for created (when.done)DocumentManifest.setCreatedWithSecondsPrecision
(Date theDate) Sets the value for created (when.done)DocumentManifest.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()DocumentManifest.setDescription
(String theString) Sets the value for description ()DocumentManifest.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)DocumentManifest.setMasterIdentifier
(IdentifierDt theValue) Sets the value(s) for masterIdentifier (id)DocumentManifest.setRecipient
(List<ResourceReferenceDt> theValue) Sets the value(s) for recipient (who.cause)DocumentManifest.setRelated
(List<DocumentManifest.Related> theValue) Sets the value(s) for related ()DocumentManifest.setSource
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for source ()Sets the value for source ()DocumentManifest.setStatus
(DocumentReferenceStatusEnum theValue) Sets the value(s) for status (status)DocumentManifest.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentReferenceStatusEnum> theValue) Sets the value(s) for status (status)DocumentManifest.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject (who.focus)DocumentManifest.setType
(CodeableConceptDt theValue) Sets the value(s) for type (class)