
Uses of Class
org.hl7.fhir.dstu2.model.Specimen
Packages that use Specimen
-
Uses of Specimen in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SpecimenModifier and TypeMethodDescriptionprotected Specimen
JsonParser.parseSpecimen
(com.google.gson.JsonObject json) protected Specimen
XmlParser.parseSpecimen
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type SpecimenModifier 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
Fields in org.hl7.fhir.dstu2.model declared as SpecimenModifier 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.)Fields in org.hl7.fhir.dstu2.model with type parameters of type SpecimenModifier 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.)Methods in org.hl7.fhir.dstu2.model that return SpecimenModifier 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()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type SpecimenModifier and TypeMethodDescriptionSpecimen.getParentTarget()
DiagnosticOrder.DiagnosticOrderItemComponent.getSpecimenTarget()
DiagnosticOrder.getSpecimenTarget()
DiagnosticReport.getSpecimenTarget()
Methods in org.hl7.fhir.dstu2.model with parameters of type Specimen