
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 SpecimenJsonParser.parseSpecimen(com.google.gson.JsonObject json) protected SpecimenXmlParser.parseSpecimen(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type SpecimenModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimen(String name, Specimen element) protected voidXmlParser.composeSpecimen(String name, Specimen element) protected voidJsonParser.composeSpecimenInner(Specimen element) protected Specimen.SpecimenCollectionComponentJsonParser.parseSpecimenSpecimenCollectionComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenCollectionComponentXmlParser.parseSpecimenSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected Specimen.SpecimenContainerComponentJsonParser.parseSpecimenSpecimenContainerComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenContainerComponentXmlParser.parseSpecimenSpecimenContainerComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected Specimen.SpecimenTreatmentComponentJsonParser.parseSpecimenSpecimenTreatmentComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenTreatmentComponentXmlParser.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 SpecimenObservation.specimenTargetThe 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.parentTargetThe 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.specimenTargetThe actual objects that are the target of the reference (If the item is related to a specific specimen.)DiagnosticOrder.specimenTargetThe actual objects that are the target of the reference (One or more specimens that the diagnostic investigation is about.)DiagnosticReport.specimenTargetThe 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 SpecimenSpecimen.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