Uses of Class
org.hl7.fhir.r5.model.Specimen
-
Uses of Specimen in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Specimen
JsonParser.parseSpecimen
(com.google.gson.JsonObject json) protected Specimen
XmlParser.parseSpecimen
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSpecimen
(String name, Specimen element) protected void
RdfParser.composeSpecimen
(org.hl7.fhir.utilities.turtle.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.composeSpecimenProperties
(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) -
Uses of Specimen in org.hl7.fhir.r5.model
Modifier 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 Specimen
Specimen.typedCopy()