Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder.Item
-
Uses of DiagnosticOrder.Item in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionDiagnosticOrder.addItem
(DiagnosticOrder.Item theValue) Adds a given new value for item ()Modifier and TypeMethodDescriptionDiagnosticOrder.setItem
(List<DiagnosticOrder.Item> theValue) Sets the value(s) for item ()