Uses of Class
ca.uhn.fhir.model.dstu2.resource.Specimen
-
Uses of Specimen in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionSpecimen.addContainer
(Specimen.Container theValue) Adds a given new value for container ()Specimen.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Specimen.addTreatment
(Specimen.Treatment theValue) Adds a given new value for treatment ()Specimen.setAccessionIdentifier
(IdentifierDt theValue) Sets the value(s) for accessionIdentifier (id)Specimen.setCollection
(Specimen.Collection theValue) Sets the value(s) for collection ()Specimen.setContainer
(List<Specimen.Container> theValue) Sets the value(s) for container ()Specimen.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Specimen.setParent
(List<ResourceReferenceDt> theValue) Sets the value(s) for parent ()Specimen.setReceivedTime
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for receivedTime (when.done)Specimen.setReceivedTime
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for receivedTime (when.done)Specimen.setReceivedTimeWithSecondsPrecision
(Date theDate) Sets the value for receivedTime (when.done)Specimen.setStatus
(SpecimenStatusEnum theValue) Sets the value(s) for status (status)Specimen.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<SpecimenStatusEnum> theValue) Sets the value(s) for status (status)Specimen.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject (who.focus)Specimen.setTreatment
(List<Specimen.Treatment> theValue) Sets the value(s) for treatment ()Specimen.setType
(CodeableConceptDt theValue) Sets the value(s) for type (class)