
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Signer
Packages that use Contract.Signer
-
Uses of Contract.Signer in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.SignerModifier and TypeMethodDescriptionContract.addSigner()
Adds and returns a new value for signer ()Contract.getSignerFirstRep()
Gets the first repetition for signer (), creating it if it does not already exist.Contract.Signer.setParty
(ResourceReferenceDt theValue) Sets the value(s) for party ()Contract.Signer.setSignature
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for signature ()Contract.Signer.setSignature
(String theString) Sets the value for signature ()Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.SignerMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.SignerModifier and TypeMethodDescriptionContract.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.SignerModifier and TypeMethodDescriptionContract.setSigner
(List<Contract.Signer> theValue) Sets the value(s) for signer ()