public static class Specimen.Collection extends BaseIdentifiableElement implements IResourceBlock
Definition: Details concerning the specimen collection
| Constructor and Description |
|---|
Collection() |
| Modifier and Type | Method and Description |
|---|---|
StringDt |
addComment()
Adds and returns a new value for comment ()
|
Specimen.Collection |
addComment(String theString)
Adds a new value for comment ()
|
Specimen.Collection |
addComment(StringDt theValue)
Adds a given new value for comment ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getBodySite()
Gets the value(s) for bodySite ().
|
IDatatype |
getCollected()
Gets the value(s) for collected[x] (when.init).
|
ResourceReferenceDt |
getCollector()
Gets the value(s) for collector ().
|
List<StringDt> |
getComment()
Gets the value(s) for comment ().
|
StringDt |
getCommentFirstRep()
Gets the first repetition for comment (),
creating it if it does not already exist.
|
BoundCodeableConceptDt<SpecimenCollectionMethodEnum> |
getMethod()
Gets the value(s) for method ().
|
SimpleQuantityDt |
getQuantity()
Gets the value(s) for quantity ().
|
boolean |
isEmpty() |
Specimen.Collection |
setBodySite(CodeableConceptDt theValue)
Sets the value(s) for bodySite ()
|
Specimen.Collection |
setCollected(IDatatype theValue)
Sets the value(s) for collected[x] (when.init)
|
Specimen.Collection |
setCollector(ResourceReferenceDt theValue)
Sets the value(s) for collector ()
|
Specimen.Collection |
setComment(List<StringDt> theValue)
Sets the value(s) for comment ()
|
Specimen.Collection |
setMethod(BoundCodeableConceptDt<SpecimenCollectionMethodEnum> theValue)
Sets the value(s) for method ()
|
Specimen.Collection |
setMethod(SpecimenCollectionMethodEnum theValue)
Sets the value(s) for method ()
|
Specimen.Collection |
setQuantity(SimpleQuantityDt theValue)
Sets the value(s) for quantity ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Collection()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic ResourceReferenceDt getCollector()
null.
Definition: Person who collected the specimen
public Specimen.Collection setCollector(ResourceReferenceDt theValue)
Definition: Person who collected the specimen
public List<StringDt> getComment()
null.
Definition: To communicate any details or issues encountered during the specimen collection procedure.
public Specimen.Collection setComment(List<StringDt> theValue)
Definition: To communicate any details or issues encountered during the specimen collection procedure.
public StringDt addComment()
Definition: To communicate any details or issues encountered during the specimen collection procedure.
public Specimen.Collection addComment(StringDt theValue)
Definition: To communicate any details or issues encountered during the specimen collection procedure.
theValue - The comment to add (must not be null)public StringDt getCommentFirstRep()
Definition: To communicate any details or issues encountered during the specimen collection procedure.
public Specimen.Collection addComment(String theString)
Definition: To communicate any details or issues encountered during the specimen collection procedure.
public IDatatype getCollected()
null.
Definition: Time when specimen was collected from subject - the physiologically relevant time
public Specimen.Collection setCollected(IDatatype theValue)
Definition: Time when specimen was collected from subject - the physiologically relevant time
public SimpleQuantityDt getQuantity()
null.
Definition: The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.
public Specimen.Collection setQuantity(SimpleQuantityDt theValue)
Definition: The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.
public BoundCodeableConceptDt<SpecimenCollectionMethodEnum> getMethod()
null.
Definition: A coded value specifying the technique that is used to perform the procedure
public Specimen.Collection setMethod(BoundCodeableConceptDt<SpecimenCollectionMethodEnum> theValue)
Definition: A coded value specifying the technique that is used to perform the procedure
public Specimen.Collection setMethod(SpecimenCollectionMethodEnum theValue)
Definition: A coded value specifying the technique that is used to perform the procedure
public CodeableConceptDt getBodySite()
null.
Definition: 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.
public Specimen.Collection setBodySite(CodeableConceptDt theValue)
Definition: 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.
Copyright © 2014–2016 University Health Network. All rights reserved.