Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Signer
-
Uses of Contract.Signer in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionContract.addSigner
(Contract.Signer theValue) Adds a given new value for signer ()Modifier and TypeMethodDescriptionContract.setSigner
(List<Contract.Signer> theValue) Sets the value(s) for signer ()