Uses of Class
org.hl7.fhir.dstu2.model.Specimen
-
Uses of Specimen in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Specimen
JsonParser.parseSpecimen
(com.google.gson.JsonObject json) protected Specimen
XmlParser.parseSpecimen
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSpecimen
(String name, Specimen element) protected void
XmlParser.composeSpecimen
(String name, Specimen element) protected void
JsonParser.composeSpecimenInner
(Specimen element) protected Specimen.SpecimenCollectionComponent
JsonParser.parseSpecimenSpecimenCollectionComponent
(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenCollectionComponent
XmlParser.parseSpecimenSpecimenCollectionComponent
(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected Specimen.SpecimenContainerComponent
JsonParser.parseSpecimenSpecimenContainerComponent
(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenContainerComponent
XmlParser.parseSpecimenSpecimenContainerComponent
(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected Specimen.SpecimenTreatmentComponent
JsonParser.parseSpecimenSpecimenTreatmentComponent
(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenTreatmentComponent
XmlParser.parseSpecimenSpecimenTreatmentComponent
(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) -
Uses of Specimen in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Specimen
Observation.specimenTarget
The actual object that is the target of the reference (The specimen that was used when this observation was made.)Modifier and TypeFieldDescriptionSpecimen.parentTarget
The actual objects that are the target of the reference (Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen.)DiagnosticOrder.DiagnosticOrderItemComponent.specimenTarget
The actual objects that are the target of the reference (If the item is related to a specific specimen.)DiagnosticOrder.specimenTarget
The actual objects that are the target of the reference (One or more specimens that the diagnostic investigation is about.)DiagnosticReport.specimenTarget
The actual objects that are the target of the reference (Details about the specimens on which this diagnostic report is based.)Modifier and TypeMethodDescriptionSpecimen.addContainer
(Specimen.SpecimenContainerComponent t) Specimen.addIdentifier
(Identifier t) Specimen.addParentTarget()
DiagnosticOrder.addSpecimenTarget()
DiagnosticOrder.DiagnosticOrderItemComponent.addSpecimenTarget()
DiagnosticReport.addSpecimenTarget()
Specimen.addTreatment
(Specimen.SpecimenTreatmentComponent t) Specimen.copy()
Observation.getSpecimenTarget()
Specimen.setAccessionIdentifier
(Identifier value) Specimen.setCollection
(Specimen.SpecimenCollectionComponent value) Specimen.setReceivedTime
(Date value) Specimen.setReceivedTimeElement
(DateTimeType value) Specimen.setStatus
(Specimen.SpecimenStatus value) Specimen.setStatusElement
(Enumeration<Specimen.SpecimenStatus> value) Specimen.setSubject
(Reference value) Specimen.setSubjectTarget
(Resource value) Specimen.setType
(CodeableConcept value) protected Specimen
Specimen.typedCopy()
Modifier and TypeMethodDescriptionSpecimen.getParentTarget()
DiagnosticOrder.DiagnosticOrderItemComponent.getSpecimenTarget()
DiagnosticOrder.getSpecimenTarget()
DiagnosticReport.getSpecimenTarget()