Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Signer
-
Packages that use Contract.Signer Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Contract.Signer in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.Signer Modifier and Type Method Description Contract.SignerContract. addSigner()Adds and returns a new value for signer ()Contract.SignerContract. getSignerFirstRep()Gets the first repetition for signer (), creating it if it does not already exist.Contract.SignerContract.Signer. setParty(ResourceReferenceDt theValue)Sets the value(s) for party ()Contract.SignerContract.Signer. setSignature(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for signature ()Contract.SignerContract.Signer. setSignature(String theString)Sets the value for signature ()Contract.SignerContract.Signer. setType(CodingDt theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.Signer Modifier and Type Method Description List<Contract.Signer>Contract. getSigner()Gets the value(s) for signer ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.Signer Modifier and Type Method Description ContractContract. addSigner(Contract.Signer theValue)Adds a given new value for signer ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.Signer Modifier and Type Method Description ContractContract. setSigner(List<Contract.Signer> theValue)Sets the value(s) for signer ()
-