Uses of Class
org.hl7.fhir.r4.model.SpecimenDefinition
-
Packages that use SpecimenDefinition Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SpecimenDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SpecimenDefinition Modifier and Type Method Description protected SpecimenDefinitionJsonParser. parseSpecimenDefinition(com.google.gson.JsonObject json)protected SpecimenDefinitionXmlParser. parseSpecimenDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SpecimenDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SpecimenDefinition Modifier and Type Field Description protected List<SpecimenDefinition>ActivityDefinition. specimenRequirementTargetThe actual objects that are the target of the reference (Defines specimen requirements for the action to be performed, such as required specimens for a lab test.)Methods in org.hl7.fhir.r4.model that return types with arguments of type SpecimenDefinition Modifier and Type Method Description List<SpecimenDefinition>ActivityDefinition. getSpecimenRequirementTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type SpecimenDefinition Modifier and Type Method Description voidSpecimenDefinition. copyValues(SpecimenDefinition dst)
-