Package com.ibm.fhir.model.resource
Class Specimen.Collection
- java.lang.Object
- 
- com.ibm.fhir.model.visitor.AbstractVisitable
- 
- com.ibm.fhir.model.type.Element
- 
- com.ibm.fhir.model.type.BackboneElement
- 
- com.ibm.fhir.model.resource.Specimen.Collection
 
 
 
 
- 
- All Implemented Interfaces:
- Visitable
 - Enclosing class:
- Specimen
 
 public static class Specimen.Collection extends BackboneElement Details concerning the specimen collection.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSpecimen.Collection.Builder
 - 
Field Summary- 
Fields inherited from class com.ibm.fhir.model.type.BackboneElementmodifierExtension
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static Specimen.Collection.Builderbuilder()booleanequals(Object obj)CodeableConceptgetBodySite()Anatomical location from which the specimen was collected (if subject is a patient).ElementgetCollected()Time when specimen was collected from subject - the physiologically relevant time.ReferencegetCollector()Person who collected the specimen.DurationgetDuration()The span of time over which the collection of a specimen occurred.ElementgetFastingStatus()Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.CodeableConceptgetMethod()A coded value specifying the technique that is used to perform the procedure.SimpleQuantitygetQuantity()The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.booleanhasChildren()inthashCode()Specimen.Collection.BuildertoBuilder()Create a new Builder from the contents of this Element- 
Methods inherited from class com.ibm.fhir.model.type.BackboneElementgetModifierExtension
 
- 
 
- 
- 
- 
Method Detail- 
getCollectorpublic Reference getCollector() Person who collected the specimen.- Returns:
- An immutable object of type Referencethat may be null.
 
 - 
getCollectedpublic Element getCollected() Time when specimen was collected from subject - the physiologically relevant time.- Returns:
- An immutable object of type Elementthat may be null.
 
 - 
getDurationpublic Duration getDuration() The span of time over which the collection of a specimen occurred.- Returns:
- An immutable object of type Durationthat may be null.
 
 - 
getQuantitypublic SimpleQuantity getQuantity() The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.- Returns:
- An immutable object of type SimpleQuantitythat may be null.
 
 - 
getMethodpublic CodeableConcept getMethod() A coded value specifying the technique that is used to perform the procedure.- Returns:
- An immutable object of type CodeableConceptthat may be null.
 
 - 
getBodySitepublic CodeableConcept getBodySite() Anatomical location from which the specimen was collected (if subject is a patient). This is the target site. This element is not used for environmental specimens.- Returns:
- An immutable object of type CodeableConceptthat may be null.
 
 - 
getFastingStatuspublic Element getFastingStatus() Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.- Returns:
- An immutable object of type Elementthat may be null.
 
 - 
hasChildrenpublic boolean hasChildren() - Overrides:
- hasChildrenin class- BackboneElement
 
 - 
acceptpublic void accept(String elementName, int elementIndex, Visitor visitor) Description copied from interface:VisitableAccept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:if (visitor.preVisit(this)) { visitor.visitStart(elementName, elementIndex, this); if (visitor.visit(elementName, elementIndex, this)) { // visit children } visitor.visitEnd(elementName, elementIndex, this); visitor.postVisit(this); }- Specified by:
- acceptin interface- Visitable
- Specified by:
- acceptin class- AbstractVisitable
- Parameters:
- elementName- the name of the element in the context of this visit
- elementIndex- the index of the element in a list or -1 if it is not contained within a List
- visitor- the visitor to use
 
 - 
toBuilderpublic Specimen.Collection.Builder toBuilder() Description copied from class:ElementCreate a new Builder from the contents of this Element- Specified by:
- toBuilderin class- BackboneElement
 
 - 
builderpublic static Specimen.Collection.Builder builder() 
 
- 
 
-