Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder
-
Uses of DiagnosticOrder in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionDiagnosticOrder.addEvent
(DiagnosticOrder.Event theValue) Adds a given new value for event ()DiagnosticOrder.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)DiagnosticOrder.addItem
(DiagnosticOrder.Item theValue) Adds a given new value for item ()DiagnosticOrder.addNote
(AnnotationDt theValue) Adds a given new value for note ()DiagnosticOrder.addReason
(CodeableConceptDt theValue) Adds a given new value for reason ()DiagnosticOrder.setEncounter
(ResourceReferenceDt theValue) Sets the value(s) for encounter (context)DiagnosticOrder.setEvent
(List<DiagnosticOrder.Event> theValue) Sets the value(s) for event ()DiagnosticOrder.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)DiagnosticOrder.setItem
(List<DiagnosticOrder.Item> theValue) Sets the value(s) for item ()DiagnosticOrder.setNote
(List<AnnotationDt> theValue) Sets the value(s) for note ()DiagnosticOrder.setOrderer
(ResourceReferenceDt theValue) Sets the value(s) for orderer (who.actor)DiagnosticOrder.setPriority
(DiagnosticOrderPriorityEnum theValue) Sets the value(s) for priority (grade)DiagnosticOrder.setPriority
(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderPriorityEnum> theValue) Sets the value(s) for priority (grade)DiagnosticOrder.setReason
(List<CodeableConceptDt> theValue) Sets the value(s) for reason ()DiagnosticOrder.setSpecimen
(List<ResourceReferenceDt> theValue) Sets the value(s) for specimen ()DiagnosticOrder.setStatus
(DiagnosticOrderStatusEnum theValue) Sets the value(s) for status (status)DiagnosticOrder.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> theValue) Sets the value(s) for status (status)DiagnosticOrder.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject (who.focus)DiagnosticOrder.setSupportingInformation
(List<ResourceReferenceDt> theValue) Sets the value(s) for supportingInformation ()