
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference
Packages that use DocumentReference
-
Uses of DocumentReference in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.addContent(DocumentReference.Content theValue) Adds a given new value for content ()DocumentReference.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier (id)DocumentReference.addRelatesTo(DocumentReference.RelatesTo theValue) Adds a given new value for relatesTo ()DocumentReference.addSecurityLabel(CodeableConceptDt theValue) Adds a given new value for securityLabel ()DocumentReference.setAuthenticator(ResourceReferenceDt theValue) Sets the value(s) for authenticator (who.witness)DocumentReference.setAuthor(List<ResourceReferenceDt> theValue) Sets the value(s) for author (who.author)DocumentReference.setClassElement(CodeableConceptDt theValue) Sets the value(s) for class (class)DocumentReference.setContent(List<DocumentReference.Content> theValue) Sets the value(s) for content ()DocumentReference.setContext(DocumentReference.Context theValue) Sets the value(s) for context ()DocumentReference.setCreated(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for created (when.done)DocumentReference.setCreated(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for created (when.done)DocumentReference.setCreatedWithSecondsPrecision(Date theDate) Sets the value for created (when.done)DocumentReference.setCustodian(ResourceReferenceDt theValue) Sets the value(s) for custodian ()DocumentReference.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()DocumentReference.setDescription(String theString) Sets the value for description ()DocumentReference.setDocStatus(CodeableConceptDt theValue) Sets the value(s) for docStatus (status)DocumentReference.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)DocumentReference.setIndexed(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for indexed (when.recorded)DocumentReference.setIndexed(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for indexed (when.recorded)DocumentReference.setIndexedWithMillisPrecision(Date theDate) Sets the value for indexed (when.recorded)DocumentReference.setMasterIdentifier(IdentifierDt theValue) Sets the value(s) for masterIdentifier (id)DocumentReference.setRelatesTo(List<DocumentReference.RelatesTo> theValue) Sets the value(s) for relatesTo ()DocumentReference.setSecurityLabel(List<CodeableConceptDt> theValue) Sets the value(s) for securityLabel ()DocumentReference.setStatus(DocumentReferenceStatusEnum theValue) Sets the value(s) for status (status)DocumentReference.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentReferenceStatusEnum> theValue) Sets the value(s) for status (status)DocumentReference.setSubject(ResourceReferenceDt theValue) Sets the value(s) for subject (who.focus)DocumentReference.setType(CodeableConceptDt theValue) Sets the value(s) for type (class)