
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 SpecimenJsonParser.parseSpecimen(com.google.gson.JsonObject json) protected SpecimenXmlParser.parseSpecimen(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type SpecimenModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimen(String name, Specimen element) protected voidRdfParser.composeSpecimen(Turtle.Complex parent, String parentType, String name, Specimen element, int index) protected voidXmlParser.composeSpecimen(String name, Specimen element) protected voidXmlParser.composeSpecimenElements(Specimen element) protected voidJsonParser.composeSpecimenInner(Specimen element) protected booleanXmlParser.parseSpecimenContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen res) protected voidJsonParser.parseSpecimenProperties(com.google.gson.JsonObject json, Specimen res) protected Specimen.SpecimenCollectionComponentJsonParser.parseSpecimenSpecimenCollectionComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenCollectionComponentXmlParser.parseSpecimenSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected booleanXmlParser.parseSpecimenSpecimenCollectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenCollectionComponent res) protected voidJsonParser.parseSpecimenSpecimenCollectionComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenCollectionComponent res) protected Specimen.SpecimenContainerComponentJsonParser.parseSpecimenSpecimenContainerComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenContainerComponentXmlParser.parseSpecimenSpecimenContainerComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected booleanXmlParser.parseSpecimenSpecimenContainerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenContainerComponent res) protected voidJsonParser.parseSpecimenSpecimenContainerComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenContainerComponent res) protected Specimen.SpecimenProcessingComponentJsonParser.parseSpecimenSpecimenProcessingComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenProcessingComponentXmlParser.parseSpecimenSpecimenProcessingComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) protected booleanXmlParser.parseSpecimenSpecimenProcessingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenProcessingComponent res) protected voidJsonParser.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 SpecimenMolecularSequence.specimenTargetThe actual object that is the target of the reference (Specimen used for sequencing.)protected 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.r4.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.)DiagnosticReport.specimenTargetThe actual objects that are the target of the reference (Details about the specimens on which this diagnostic report is based.)ImagingStudy.ImagingStudySeriesComponent.specimenTargetThe actual objects that are the target of the reference (The specimen imaged, e.g., for whole slide imaging of a biopsy.)ServiceRequest.specimenTargetThe 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.addProcessing(Specimen.SpecimenProcessingComponent t) Specimen.addRequest(Reference t) Specimen.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 SpecimenSpecimen.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type SpecimenModifier and TypeMethodDescriptionvoidSpecimen.copyValues(Specimen dst) MolecularSequence.setSpecimenTarget(Specimen value) Observation.setSpecimenTarget(Specimen value)