Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder.Item
-
Packages that use DiagnosticOrder.Item Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DiagnosticOrder.Item in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DiagnosticOrder.Item Modifier and Type Method Description DiagnosticOrder.ItemDiagnosticOrder.Item. addEvent(DiagnosticOrder.Event theValue)Adds a given new value for event ()DiagnosticOrder.ItemDiagnosticOrder. addItem()Adds and returns a new value for item ()DiagnosticOrder.ItemDiagnosticOrder. getItemFirstRep()Gets the first repetition for item (), creating it if it does not already exist.DiagnosticOrder.ItemDiagnosticOrder.Item. setBodySite(CodeableConceptDt theValue)Sets the value(s) for bodySite ()DiagnosticOrder.ItemDiagnosticOrder.Item. setCode(CodeableConceptDt theValue)Sets the value(s) for code ()DiagnosticOrder.ItemDiagnosticOrder.Item. setEvent(List<DiagnosticOrder.Event> theValue)Sets the value(s) for event ()DiagnosticOrder.ItemDiagnosticOrder.Item. setSpecimen(List<ResourceReferenceDt> theValue)Sets the value(s) for specimen ()DiagnosticOrder.ItemDiagnosticOrder.Item. setStatus(DiagnosticOrderStatusEnum theValue)Sets the value(s) for status ()DiagnosticOrder.ItemDiagnosticOrder.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.Item Modifier and Type Method Description List<DiagnosticOrder.Item>DiagnosticOrder. getItem()Gets the value(s) for item ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DiagnosticOrder.Item Modifier and Type Method Description DiagnosticOrderDiagnosticOrder. 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.Item Modifier and Type Method Description DiagnosticOrderDiagnosticOrder. setItem(List<DiagnosticOrder.Item> theValue)Sets the value(s) for item ()
-