Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract
-
Uses of Contract in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionContract.addAction
(CodeableConceptDt theValue) Adds a given new value for action ()Contract.addActionReason
(CodeableConceptDt theValue) Adds a given new value for actionReason ()Contract.addActor
(Contract.Actor theValue) Adds a given new value for actor ()Contract.addFriendly
(Contract.Friendly theValue) Adds a given new value for friendly ()Contract.addLegal
(Contract.Legal theValue) Adds a given new value for legal ()Contract.addRule
(Contract.Rule theValue) Adds a given new value for rule ()Contract.addSigner
(Contract.Signer theValue) Adds a given new value for signer ()Contract.addSubType
(CodeableConceptDt theValue) Adds a given new value for subType ()Contract.addTerm
(Contract.Term theValue) Adds a given new value for term ()Contract.addValuedItem
(Contract.ValuedItem theValue) Adds a given new value for valuedItem ()Contract.setAction
(List<CodeableConceptDt> theValue) Sets the value(s) for action ()Contract.setActionReason
(List<CodeableConceptDt> theValue) Sets the value(s) for actionReason ()Contract.setActor
(List<Contract.Actor> theValue) Sets the value(s) for actor ()Contract.setApplies
(PeriodDt theValue) Sets the value(s) for applies ()Contract.setAuthority
(List<ResourceReferenceDt> theValue) Sets the value(s) for authority ()Contract.setBinding
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for binding[x] ()Contract.setDomain
(List<ResourceReferenceDt> theValue) Sets the value(s) for domain ()Contract.setFriendly
(List<Contract.Friendly> theValue) Sets the value(s) for friendly ()Contract.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()Contract.setIssued
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for issued ()Sets the value for issued ()Contract.setIssuedWithSecondsPrecision
(Date theDate) Sets the value for issued ()Contract.setLegal
(List<Contract.Legal> theValue) Sets the value(s) for legal ()Contract.setRule
(List<Contract.Rule> theValue) Sets the value(s) for rule ()Contract.setSigner
(List<Contract.Signer> theValue) Sets the value(s) for signer ()Contract.setSubject
(List<ResourceReferenceDt> theValue) Sets the value(s) for subject ()Contract.setSubType
(List<CodeableConceptDt> theValue) Sets the value(s) for subType ()Contract.setTerm
(List<Contract.Term> theValue) Sets the value(s) for term ()Contract.setType
(CodeableConceptDt theValue) Sets the value(s) for type ()Contract.setValuedItem
(List<Contract.ValuedItem> theValue) Sets the value(s) for valuedItem ()