Renamed "setMyCautionNote" method to "setCautionNote"

This commit is contained in:
t37622uhn 2014-03-25 13:14:57 -04:00
parent fe387b564b
commit fbf7305a92
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,7 @@ public class Patient extends BaseResource implements IResource {
* Complete caution note
* </p>
*/
public void setMyCautionNote(List<StringDt> theValue){ myCautionNote = theValue; }
public void setCautionNote(List<StringDt> theValue){ myCautionNote = theValue; }
/**