Contract.Term |
Contract.Term.addAction(CodeableConceptDt theValue) |
Adds a given new value for action ()
|
Contract.Term |
Contract.Term.addActionReason(CodeableConceptDt theValue) |
Adds a given new value for actionReason ()
|
Contract.Term |
Contract.Term.addActor(Contract.TermActor theValue) |
Adds a given new value for actor ()
|
Contract.Term |
Contract.Term.addGroup() |
Adds and returns a new value for group ()
|
Contract.Term |
Contract.Term.addGroup(Contract.Term theValue) |
Adds a given new value for group ()
|
Contract.Term |
Contract.addTerm() |
Adds and returns a new value for term ()
|
Contract.Term |
Contract.Term.addValuedItem(Contract.TermValuedItem theValue) |
Adds a given new value for valuedItem ()
|
Contract.Term |
Contract.Term.getGroupFirstRep() |
Gets the first repetition for group (),
creating it if it does not already exist.
|
Contract.Term |
Contract.getTermFirstRep() |
Gets the first repetition for term (),
creating it if it does not already exist.
|
Contract.Term |
Contract.Term.setAction(List<CodeableConceptDt> theValue) |
Sets the value(s) for action ()
|
Contract.Term |
Contract.Term.setActionReason(List<CodeableConceptDt> theValue) |
Sets the value(s) for actionReason ()
|
Contract.Term |
Contract.Term.setActor(List<Contract.TermActor> theValue) |
Sets the value(s) for actor ()
|
Contract.Term |
Contract.Term.setApplies(PeriodDt theValue) |
Sets the value(s) for applies ()
|
Contract.Term |
Contract.Term.setGroup(List<Contract.Term> theValue) |
Sets the value(s) for group ()
|
Contract.Term |
Contract.Term.setIdentifier(IdentifierDt theValue) |
Sets the value(s) for identifier ()
|
Contract.Term |
Contract.Term.setIssued(ca.uhn.fhir.model.primitive.DateTimeDt theValue) |
Sets the value(s) for issued ()
|
Contract.Term |
Contract.Term.setIssued(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for issued ()
|
Contract.Term |
Contract.Term.setIssuedWithSecondsPrecision(Date theDate) |
Sets the value for issued ()
|
Contract.Term |
Contract.Term.setSubject(ResourceReferenceDt theValue) |
Sets the value(s) for subject ()
|
Contract.Term |
Contract.Term.setSubType(CodeableConceptDt theValue) |
Sets the value(s) for subType ()
|
Contract.Term |
Contract.Term.setText(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for text ()
|
Contract.Term |
Contract.Term.setText(String theString) |
Sets the value for text ()
|
Contract.Term |
Contract.Term.setType(CodeableConceptDt theValue) |
Sets the value(s) for type ()
|
Contract.Term |
Contract.Term.setValuedItem(List<Contract.TermValuedItem> theValue) |
Sets the value(s) for valuedItem ()
|