
Uses of Class
org.hl7.fhir.dstu3.model.Specimen.SpecimenProcessingComponent
Packages that use Specimen.SpecimenProcessingComponent
-
Uses of Specimen.SpecimenProcessingComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionprotected Specimen.SpecimenProcessingComponentJsonParser.parseSpecimenSpecimenProcessingComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenProcessingComponentXmlParser.parseSpecimenSpecimenProcessingComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) protected voidRdfParser.composeSpecimenSpecimenProcessingComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Specimen.SpecimenProcessingComponent element, int index) protected voidXmlParser.composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) protected voidXmlParser.composeSpecimenSpecimenProcessingComponentElements(Specimen.SpecimenProcessingComponent element) protected voidJsonParser.composeSpecimenSpecimenProcessingComponentInner(Specimen.SpecimenProcessingComponent element) 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.SpecimenProcessingComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Specimen.SpecimenProcessingComponentModifier and TypeFieldDescriptionprotected List<Specimen.SpecimenProcessingComponent> Specimen.processingDetails concerning processing and processing steps for the specimen.Methods in org.hl7.fhir.dstu3.model that return Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionSpecimen.SpecimenProcessingComponent.addAdditive(Reference t) Specimen.addProcessing()Specimen.SpecimenProcessingComponent.copy()Specimen.getProcessingFirstRep()Specimen.SpecimenProcessingComponent.setAdditive(List<Reference> theAdditive) Specimen.SpecimenProcessingComponent.setDescription(String value) Specimen.SpecimenProcessingComponent.setDescriptionElement(StringType value) Specimen.SpecimenProcessingComponent.setProcedure(CodeableConcept value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Specimen.SpecimenProcessingComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Specimen.SpecimenProcessingComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionSpecimen.setProcessing(List<Specimen.SpecimenProcessingComponent> theProcessing)