
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder.Item
Packages that use DiagnosticOrder.Item
-
Uses of DiagnosticOrder.Item in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DiagnosticOrder.ItemModifier and TypeMethodDescriptionDiagnosticOrder.Item.addEvent
(DiagnosticOrder.Event theValue) Adds a given new value for event ()DiagnosticOrder.addItem()
Adds and returns a new value for item ()DiagnosticOrder.getItemFirstRep()
Gets the first repetition for item (), creating it if it does not already exist.DiagnosticOrder.Item.setBodySite
(CodeableConceptDt theValue) Sets the value(s) for bodySite ()DiagnosticOrder.Item.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()DiagnosticOrder.Item.setEvent
(List<DiagnosticOrder.Event> theValue) Sets the value(s) for event ()DiagnosticOrder.Item.setSpecimen
(List<ResourceReferenceDt> theValue) Sets the value(s) for specimen ()DiagnosticOrder.Item.setStatus
(DiagnosticOrderStatusEnum theValue) Sets the value(s) for status ()DiagnosticOrder.Item.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> theValue) Sets the value(s) for status ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DiagnosticOrder.ItemMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type DiagnosticOrder.ItemModifier and TypeMethodDescriptionDiagnosticOrder.addItem
(DiagnosticOrder.Item theValue) Adds a given new value for item ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DiagnosticOrder.ItemModifier and TypeMethodDescriptionDiagnosticOrder.setItem
(List<DiagnosticOrder.Item> theValue) Sets the value(s) for item ()