Uses of Class
org.hl7.fhir.r4.model.Specimen
-
Packages that use Specimen Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Specimen in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Specimen Modifier and Type Method Description protected 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 Specimen Modifier and Type Method Description protected 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 Specimen Modifier and Type Field Description protected 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 Specimen Modifier and Type Field Description protected List<Specimen>Specimen. 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.)protected List<Specimen>DiagnosticReport. specimenTargetThe actual objects that are the target of the reference (Details about the specimens on which this diagnostic report is based.)protected List<Specimen>ImagingStudy.ImagingStudySeriesComponent. specimenTargetThe actual objects that are the target of the reference (The specimen imaged, e.g., for whole slide imaging of a biopsy.)protected List<Specimen>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 types with arguments of type Specimen Modifier and Type Method Description List<Specimen>Specimen. getParentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Specimen>DiagnosticReport. getSpecimenTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Specimen>ImagingStudy.ImagingStudySeriesComponent. getSpecimenTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Specimen>ServiceRequest. getSpecimenTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Specimen Modifier and Type Method Description voidSpecimen. copyValues(Specimen dst)MolecularSequenceMolecularSequence. setSpecimenTarget(Specimen value)ObservationObservation. setSpecimenTarget(Specimen value)
-