
Uses of Class
org.hl7.fhir.r5.model.Specimen
Packages that use Specimen
-
Uses of Specimen in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type SpecimenModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimen(String name, Specimen element) protected voidRdfParser.composeSpecimen(org.hl7.fhir.utilities.turtle.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.composeSpecimenProperties(Specimen element) protected booleanXmlParser.parseSpecimenContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen res) protected voidJsonParser.parseSpecimenProperties(com.google.gson.JsonObject json, Specimen res) -
Uses of Specimen in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return SpecimenModifier and TypeMethodDescriptionSpecimen.addCondition(CodeableConcept t) Specimen.addContainer(Specimen.SpecimenContainerComponent t) Specimen.addFeature(Specimen.SpecimenFeatureComponent t) Specimen.addIdentifier(Identifier t) Specimen.addNote(Annotation t) Specimen.addProcessing(Specimen.SpecimenProcessingComponent t) Specimen.addRequest(Reference t) Specimen.addRole(CodeableConcept t) Specimen.copy()Specimen.setAccessionIdentifier(Identifier value) Specimen.setCollection(Specimen.SpecimenCollectionComponent value) Specimen.setCombined(Specimen.SpecimenCombined value) Specimen.setCombinedElement(Enumeration<Specimen.SpecimenCombined> value) Specimen.setCondition(List<CodeableConcept> theCondition) Specimen.setContainer(List<Specimen.SpecimenContainerComponent> theContainer) Specimen.setFeature(List<Specimen.SpecimenFeatureComponent> theFeature) 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.setRole(List<CodeableConcept> theRole) Specimen.setStatus(Specimen.SpecimenStatus value) Specimen.setStatusElement(Enumeration<Specimen.SpecimenStatus> value) Specimen.setSubject(Reference value) Specimen.setType(CodeableConcept value) protected SpecimenSpecimen.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Specimen