![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Specimen
Packages that use Specimen
-
Uses of Specimen in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type SpecimenModifier and TypeMethodDescriptionprotected void
JsonParser.composeSpecimen
(String name, Specimen element) protected void
RdfParser.composeSpecimen
(Turtle.Complex parent, String parentType, String name, Specimen element, int index) protected void
XmlParser.composeSpecimen
(String name, Specimen element) protected void
XmlParser.composeSpecimenElements
(Specimen element) protected void
JsonParser.composeSpecimenInner
(Specimen element) protected boolean
XmlParser.parseSpecimenContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen res) protected void
JsonParser.parseSpecimenProperties
(com.google.gson.JsonObject json, Specimen res) 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 boolean
XmlParser.parseSpecimenSpecimenCollectionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenCollectionComponent res) protected void
JsonParser.parseSpecimenSpecimenCollectionComponentProperties
(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenCollectionComponent res) 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 boolean
XmlParser.parseSpecimenSpecimenContainerComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenContainerComponent res) protected void
JsonParser.parseSpecimenSpecimenContainerComponentProperties
(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenContainerComponent res) protected Specimen.SpecimenProcessingComponent
JsonParser.parseSpecimenSpecimenProcessingComponent
(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenProcessingComponent
XmlParser.parseSpecimenSpecimenProcessingComponent
(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected boolean
XmlParser.parseSpecimenSpecimenProcessingComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenProcessingComponent res) protected void
JsonParser.parseSpecimenSpecimenProcessingComponentProperties
(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenProcessingComponent res) -
Uses of Specimen in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as SpecimenModifier and TypeFieldDescriptionprotected Specimen
MolecularSequence.specimenTarget
The actual object that is the target of the reference (Specimen used for sequencing.)protected 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.r4.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.)DiagnosticReport.specimenTarget
The actual objects that are the target of the reference (Details about the specimens on which this diagnostic report is based.)ImagingStudy.ImagingStudySeriesComponent.specimenTarget
The actual objects that are the target of the reference (The specimen imaged, e.g., for whole slide imaging of a biopsy.)ServiceRequest.specimenTarget
The actual objects that are the target of the reference (One or more specimens that the laboratory procedure will use.)Methods in org.hl7.fhir.r4.model that return SpecimenModifier and TypeMethodDescriptionSpecimen.addCondition
(CodeableConcept t) Specimen.addContainer
(Specimen.SpecimenContainerComponent t) Specimen.addIdentifier
(Identifier t) Specimen.addNote
(Annotation t) Specimen.addParentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSpecimen.addProcessing
(Specimen.SpecimenProcessingComponent t) Specimen.addRequest
(Reference t) DiagnosticReport.addSpecimenTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.ImagingStudySeriesComponent.addSpecimenTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.addSpecimenTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSpecimen.copy()
MolecularSequence.getSpecimenTarget()
Observation.getSpecimenTarget()
Specimen.setAccessionIdentifier
(Identifier value) Specimen.setCollection
(Specimen.SpecimenCollectionComponent value) Specimen.setCondition
(List<CodeableConcept> theCondition) Specimen.setContainer
(List<Specimen.SpecimenContainerComponent> theContainer) Specimen.setIdentifier
(List<Identifier> theIdentifier) Specimen.setNote
(List<Annotation> theNote) Specimen.setProcessing
(List<Specimen.SpecimenProcessingComponent> theProcessing) Specimen.setReceivedTime
(Date value) Specimen.setReceivedTimeElement
(DateTimeType value) Specimen.setRequest
(List<Reference> theRequest) 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.r4.model that return types with arguments of type SpecimenModifier and TypeMethodDescriptionSpecimen.getParentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDiagnosticReport.getSpecimenTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.ImagingStudySeriesComponent.getSpecimenTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getSpecimenTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type SpecimenModifier and TypeMethodDescriptionvoid
Specimen.copyValues
(Specimen dst) MolecularSequence.setSpecimenTarget
(Specimen value) Observation.setSpecimenTarget
(Specimen value)