
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Term
Packages that use Contract.Term
-
Uses of Contract.Term in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.TermModifier and TypeMethodDescriptionContract.Term.addAction
(CodeableConceptDt theValue) Adds a given new value for action ()Contract.Term.addActionReason
(CodeableConceptDt theValue) Adds a given new value for actionReason ()Contract.Term.addActor
(Contract.TermActor theValue) Adds a given new value for actor ()Contract.Term.addGroup()
Adds and returns a new value for group ()Contract.Term.addGroup
(Contract.Term theValue) Adds a given new value for group ()Contract.addTerm()
Adds and returns a new value for term ()Contract.Term.addValuedItem
(Contract.TermValuedItem theValue) Adds a given new value for valuedItem ()Contract.Term.getGroupFirstRep()
Gets the first repetition for group (), creating it if it does not already exist.Contract.getTermFirstRep()
Gets the first repetition for term (), creating it if it does not already exist.Contract.Term.setAction
(List<CodeableConceptDt> theValue) Sets the value(s) for action ()Contract.Term.setActionReason
(List<CodeableConceptDt> theValue) Sets the value(s) for actionReason ()Contract.Term.setActor
(List<Contract.TermActor> theValue) Sets the value(s) for actor ()Contract.Term.setApplies
(PeriodDt theValue) Sets the value(s) for applies ()Contract.Term.setGroup
(List<Contract.Term> theValue) Sets the value(s) for group ()Contract.Term.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()Contract.Term.setIssued
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for issued ()Sets the value for issued ()Contract.Term.setIssuedWithSecondsPrecision
(Date theDate) Sets the value for issued ()Contract.Term.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject ()Contract.Term.setSubType
(CodeableConceptDt theValue) Sets the value(s) for subType ()Contract.Term.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Contract.Term.setType
(CodeableConceptDt theValue) Sets the value(s) for type ()Contract.Term.setValuedItem
(List<Contract.TermValuedItem> theValue) Sets the value(s) for valuedItem ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.TermModifier and TypeMethodDescriptionContract.Term.getGroup()
Gets the value(s) for group ().Contract.getTerm()
Gets the value(s) for term ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.TermModifier and TypeMethodDescriptionContract.Term.addGroup
(Contract.Term theValue) Adds a given new value for group ()Contract.addTerm
(Contract.Term theValue) Adds a given new value for term ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.TermModifier and TypeMethodDescriptionContract.Term.setGroup
(List<Contract.Term> theValue) Sets the value(s) for group ()Contract.setTerm
(List<Contract.Term> theValue) Sets the value(s) for term ()